Html Css Color HEX #0A9EFC Dodger Blue

📋 copy color: '#0A9EFC'

red 10 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #0A9EFC

Tints of Dodger Blue #0A9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

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

R = 2.38%
G = 37.62%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A9EFC (or 0x0A9EFC) is known color: Dodger Blue. HEX triplet: 0A, 9E and FC. RGB value is (10,158,252). Sum of RGB (Red+Green+Blue) = 10+158+252=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A9EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9EFC is #F56103. Grayscale: #7B7B7B. Windows color (decimal): -16081156 or 16555530. OLE color: 16555530.

HSL color Cylindrical-coordinate representation of color #0A9EFC: hue angle of 203.31º 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 #0A9EFC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 158 252 -
CMYK 0.96 0.37 0 0.01
HSL 203.31º 0.98% 0.51% -
HSV(B) 203.31º 0.96% 0.99% -
XYZ 29.92 31.55 96.61 -
YUV 124.46 199.97 46.36 -
System Red Green Blue C M Y K H S L
Decimal 10 158 252 0.96 0.37 0 0.01 203.31 0.98 0.51
Hex A 9E FC 60 25 0 1 CB 62 33
Octal 12 236 374 140 45 0 1 313 142 63
Binary 1010 10011110 11111100 1100000 100101 0 1 11001011 1100010 110011

Color Harmonies of #0A9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9EFC

Black with #0A9EFC

Text Example


Text Example

White with #0A9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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