Html Css Color HEX #0E6AFD Dodger Blue

📋 copy color: '#0E6AFD'

red 14 ◦ green 106 ◦ blue 253

#0E6AFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0E6AFD

Tints of Dodger Blue #0E6AFD

RGB

 RED value IS 14 (5.86% from 255) = 3.75%

 GREEN value IS 106 (41.8% from 255) = 28.42%

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 3.75%
G = 28.42%
B = 67.83%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0E6AFD (or 0x0E6AFD) is known color: Dodger Blue. HEX triplet: 0E, 6A and FD. RGB value is (14,106,253). Sum of RGB (Red+Green+Blue) = 14+106+253=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E6AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6AFD is #F19502. Grayscale: #5E5E5E. Windows color (decimal): -15832323 or 16607758. OLE color: 16607758.

HSL color Cylindrical-coordinate representation of color #0E6AFD: hue angle of 216.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6AFD is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 106 253 -
CMYK 0.94 0.58 0 0.01
HSL 216.9º 0.98% 0.52% -
HSV(B) 216.9º 0.94% 0.99% -
XYZ 23.06 17.49 95.09 -
YUV 95.25 217.02 70.05 -
System Red Green Blue C M Y K H S L
Decimal 14 106 253 0.94 0.58 0 0.01 216.9 0.98 0.52
Hex E 6A FD 5E 3A 0 1 D9 62 34
Octal 16 152 375 136 72 0 1 331 142 64
Binary 1110 1101010 11111101 1011110 111010 0 1 11011001 1100010 110100

Color Harmonies of #0E6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6AFD

Black with #0E6AFD

Text Example


Text Example

White with #0E6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E6AFD; }

 p { color: rgb(14,106,253); }

 H1.HeaderClassName
 {
   color: #0E6AFD;
 }
 .AnyTagClassName
 {
   color: #0E6AFD;
 }
</style>

background-color css

<style>
 a { background-color: #0E6AFD; }

 a { background-color: rgb(14,106,253); }

 div.DivClassName
 {
   background-color: #0E6AFD;
 }
 .BgClassName
 {
   background-color: #0E6AFD;
 }
</style>

border-color css

<style>
 span { border-color: #0E6AFD; }

 span { border-color: rgb(14,106,253); }

 td.TdClassName
 {
   border-color: #0E6AFD;
 }
 .TagClassName
 {
   border-color: #0E6AFD;
 }
</style>