Html Css Color HEX #0A8EFC Dodger Blue

📋 copy color: '#0A8EFC'

red 10 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #0A8EFC

Tints of Dodger Blue #0A8EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.38%

R = 2.48%
G = 35.15%
B = 62.38%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A8EFC (or 0x0A8EFC) is known color: Dodger Blue. HEX triplet: 0A, 8E and FC. RGB value is (10,142,252). Sum of RGB (Red+Green+Blue) = 10+142+252=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A8EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8EFC is #F57103. Grayscale: #727272. Windows color (decimal): -16085252 or 16551434. OLE color: 16551434.

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

Color convert

RGB 10 142 252 -
CMYK 0.96 0.44 0 0.01
HSL 207.27º 0.98% 0.51% -
HSV(B) 207.27º 0.96% 0.99% -
XYZ 27.37 26.44 95.76 -
YUV 115.07 205.27 53.06 -
System Red Green Blue C M Y K H S L
Decimal 10 142 252 0.96 0.44 0 0.01 207.27 0.98 0.51
Hex A 8E FC 60 2C 0 1 CF 62 33
Octal 12 216 374 140 54 0 1 317 142 63
Binary 1010 10001110 11111100 1100000 101100 0 1 11001111 1100010 110011

Color Harmonies of #0A8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8EFC

Black with #0A8EFC

Text Example


Text Example

White with #0A8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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