Html Css Color HEX #0E6AF9 Dodger Blue

📋 copy color: '#0E6AF9'

red 14 ◦ green 106 ◦ blue 249

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

Shades of Dodger Blue #0E6AF9

Tints of Dodger Blue #0E6AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 67.48%

R = 3.79%
G = 28.73%
B = 67.48%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E6AF9 (or 0x0E6AF9) is known color: Dodger Blue. HEX triplet: 0E, 6A and F9. RGB value is (14,106,249). Sum of RGB (Red+Green+Blue) = 14+106+249=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E6AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6AF9 is #F19506. Grayscale: #5E5E5E. Windows color (decimal): -15832327 or 16345614. OLE color: 16345614.

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

Color convert

RGB 14 106 249 -
CMYK 0.94 0.57 0 0.02
HSL 216.51º 0.95% 0.52% -
HSV(B) 216.51º 0.94% 0.98% -
XYZ 22.43 17.24 91.77 -
YUV 94.79 215.02 70.37 -
System Red Green Blue C M Y K H S L
Decimal 14 106 249 0.94 0.57 0 0.02 216.51 0.95 0.52
Hex E 6A F9 5E 39 0 2 D9 5F 34
Octal 16 152 371 136 71 0 2 331 137 64
Binary 1110 1101010 11111001 1011110 111001 0 10 11011001 1011111 110100

Color Harmonies of #0E6AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6AF9

Black with #0E6AF9

Text Example


Text Example

White with #0E6AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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