Html Css Color HEX #009DFC Dodger Blue

📋 copy color: '#009DFC'

red 0 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #009DFC

Tints of Dodger Blue #009DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.39%

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

R = 0%
G = 38.39%
B = 61.61%

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

#009DFC (or 0x009DFC) is known color: Dodger Blue. HEX triplet: 00, 9D and FC. RGB value is (0,157,252). Sum of RGB (Red+Green+Blue) = 0+157+252=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #009DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009DFC is #FF6203. Grayscale: #787878. Windows color (decimal): -16736772 or 16555264. OLE color: 16555264.

HSL color Cylindrical-coordinate representation of color #009DFC: hue angle of 202.62º 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 #009DFC is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 157 252 -
CMYK 1 0.38 0 0.01
HSL 202.62º 1% 0.49% -
HSV(B) 202.62º 1% 0.99% -
XYZ 29.63 31.14 96.54 -
YUV 120.89 201.99 41.78 -
System Red Green Blue C M Y K H S L
Decimal 0 157 252 1 0.38 0 0.01 202.62 1 0.49
Hex 0 9D FC 64 26 0 1 CB 64 31
Octal 0 235 374 144 46 0 1 313 144 61
Binary 0 10011101 11111100 1100100 100110 0 1 11001011 1100100 110001

Color Harmonies of #009DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DFC

Black with #009DFC

Text Example


Text Example

White with #009DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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