Html Css Color HEX #009CFC Dodger Blue

📋 copy color: '#009CFC'

red 0 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #009CFC

Tints of Dodger Blue #009CFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 156 (61.33% from 255) = 38.24%

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

R = 0%
G = 38.24%
B = 61.76%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#009CFC (or 0x009CFC) is known color: Dodger Blue. HEX triplet: 00, 9C and FC. RGB value is (0,156,252). Sum of RGB (Red+Green+Blue) = 0+156+252=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #009CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CFC is #FF6303. Grayscale: #777777. Windows color (decimal): -16737028 or 16555008. OLE color: 16555008.

HSL color Cylindrical-coordinate representation of color #009CFC: hue angle of 202.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CFC is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 156 252 -
CMYK 1 0.38 0 0.01
HSL 202.86º 1% 0.49% -
HSV(B) 202.86º 1% 0.99% -
XYZ 29.46 30.81 96.49 -
YUV 120.3 202.32 42.19 -
System Red Green Blue C M Y K H S L
Decimal 0 156 252 1 0.38 0 0.01 202.86 1 0.49
Hex 0 9C FC 64 26 0 1 CB 64 31
Octal 0 234 374 144 46 0 1 313 144 61
Binary 0 10011100 11111100 1100100 100110 0 1 11001011 1100100 110001

Color Harmonies of #009CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CFC

Black with #009CFC

Text Example


Text Example

White with #009CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009CFC; }

 p { color: rgb(0,156,252); }

 H1.HeaderClassName
 {
   color: #009CFC;
 }
 .AnyTagClassName
 {
   color: #009CFC;
 }
</style>

background-color css

<style>
 a { background-color: #009CFC; }

 a { background-color: rgb(0,156,252); }

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

border-color css

<style>
 span { border-color: #009CFC; }

 span { border-color: rgb(0,156,252); }

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