Html Css Color HEX #0A8EF9 Dodger Blue

📋 copy color: '#0A8EF9'

red 10 ◦ green 142 ◦ blue 249

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

Shades of Dodger Blue #0A8EF9

Tints of Dodger Blue #0A8EF9

RGB

 RED value IS 10 (4.3% from 255) = 2.49%

 GREEN value IS 142 (55.86% from 255) = 35.41%

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

R = 2.49%
G = 35.41%
B = 62.09%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A8EF9 (or 0x0A8EF9) is known color: Dodger Blue. HEX triplet: 0A, 8E and F9. RGB value is (10,142,249). Sum of RGB (Red+Green+Blue) = 10+142+249=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A8EF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8EF9 is #F57106. Grayscale: #727272. Windows color (decimal): -16085255 or 16354826. OLE color: 16354826.

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

Color convert

RGB 10 142 249 -
CMYK 0.96 0.43 0 0.02
HSL 206.86º 0.95% 0.51% -
HSV(B) 206.86º 0.96% 0.98% -
XYZ 26.9 26.25 93.27 -
YUV 114.73 203.77 53.3 -
System Red Green Blue C M Y K H S L
Decimal 10 142 249 0.96 0.43 0 0.02 206.86 0.95 0.51
Hex A 8E F9 60 2B 0 2 CF 5F 33
Octal 12 216 371 140 53 0 2 317 137 63
Binary 1010 10001110 11111001 1100000 101011 0 10 11001111 1011111 110011

Color Harmonies of #0A8EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8EF9

Black with #0A8EF9

Text Example


Text Example

White with #0A8EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,142,249); }

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

background-color css

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

 a { background-color: rgb(10,142,249); }

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

border-color css

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

 span { border-color: rgb(10,142,249); }

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