Html Css Color HEX #009EFE Dodger Blue

📋 copy color: '#009EFE'

red 0 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #009EFE

Tints of Dodger Blue #009EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 0%
G = 38.35%
B = 61.65%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#009EFE (or 0x009EFE) is known color: Dodger Blue. HEX triplet: 00, 9E and FE. RGB value is (0,158,254). Sum of RGB (Red+Green+Blue) = 0+158+254=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #009EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EFE is #FF6101. Grayscale: #797979. Windows color (decimal): -16736514 or 16686592. OLE color: 16686592.

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

Color convert

RGB 0 158 254 -
CMYK 1 0.38 0 0.00
HSL 202.68º 1% 0.5% -
HSV(B) 202.68º 1% 1% -
XYZ 30.12 31.61 98.28 -
YUV 121.7 202.65 41.19 -
System Red Green Blue C M Y K H S L
Decimal 0 158 254 1 0.38 0 0.00 202.68 1 0.5
Hex 0 9E FE 64 26 0 0 CB 64 32
Octal 0 236 376 144 46 0 0 313 144 62
Binary 0 10011110 11111110 1100100 100110 0 0 11001011 1100100 110010

Color Harmonies of #009EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EFE

Black with #009EFE

Text Example


Text Example

White with #009EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,158,254); }

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

background-color css

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

 a { background-color: rgb(0,158,254); }

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

border-color css

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

 span { border-color: rgb(0,158,254); }

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