Html Css Color HEX #0E6AFF Dodger Blue

📋 copy color: '#0E6AFF'

red 14 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #0E6AFF

Tints of Dodger Blue #0E6AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68%

R = 3.73%
G = 28.27%
B = 68%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0E6AFF (or 0x0E6AFF) is known color: Dodger Blue. HEX triplet: 0E, 6A and FF. RGB value is (14,106,255). Sum of RGB (Red+Green+Blue) = 14+106+255=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E6AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6AFF is #F19500. Grayscale: #5E5E5E. Windows color (decimal): -15832321 or 16738830. OLE color: 16738830.

HSL color Cylindrical-coordinate representation of color #0E6AFF: hue angle of 217.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E6AFF is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 106 255 -
CMYK 0.95 0.58 0 0
HSL 217.1º 1% 0.53% -
HSV(B) 217.1º 0.95% 1% -
XYZ 23.39 17.62 96.78 -
YUV 95.48 218.02 69.88 -
System Red Green Blue C M Y K H S L
Decimal 14 106 255 0.95 0.58 0 0 217.1 1 0.53
Hex E 6A FF 5F 3A 0 0 D9 64 35
Octal 16 152 377 137 72 0 0 331 144 65
Binary 1110 1101010 11111111 1011111 111010 0 0 11011001 1100100 110101

Color Harmonies of #0E6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6AFF

Black with #0E6AFF

Text Example


Text Example

White with #0E6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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