Html Css Color HEX #0A9FFC Dodger Blue

📋 copy color: '#0A9FFC'

red 10 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #0A9FFC

Tints of Dodger Blue #0A9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

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

R = 2.38%
G = 37.77%
B = 59.86%

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

#0A9FFC (or 0x0A9FFC) is known color: Dodger Blue. HEX triplet: 0A, 9F and FC. RGB value is (10,159,252). Sum of RGB (Red+Green+Blue) = 10+159+252=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A9FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9FFC is #F56003. Grayscale: #7C7C7C. Windows color (decimal): -16080900 or 16555786. OLE color: 16555786.

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

Color convert

RGB 10 159 252 -
CMYK 0.96 0.37 0 0.01
HSL 203.06º 0.98% 0.51% -
HSV(B) 203.06º 0.96% 0.99% -
XYZ 30.09 31.89 96.66 -
YUV 125.05 199.64 45.94 -
System Red Green Blue C M Y K H S L
Decimal 10 159 252 0.96 0.37 0 0.01 203.06 0.98 0.51
Hex A 9F FC 60 25 0 1 CB 62 33
Octal 12 237 374 140 45 0 1 313 142 63
Binary 1010 10011111 11111100 1100000 100101 0 1 11001011 1100010 110011

Color Harmonies of #0A9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9FFC

Black with #0A9FFC

Text Example


Text Example

White with #0A9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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