#009EFF

Color #009EFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #009EFF

Tints of Dodger Blue #009EFF

Color information

#009EFF (or 0x009EFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 9E and FF. RGB value is (0,158,255). Sum of RGB (Red+Green+Blue) = 0+158+255=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #009EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EFF is #FF6100. Grayscale: #797979. Windows color (decimal): -16736513 or 16752128. OLE color: 16752128.

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

Color convert

RGB0158255-
CMYK10.3800
HSL202.82º100%50%-
HSV(B)202.82º100%100%-
XYZ30.2831.6799.13-
YUV121.82203.1541.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 255 (100% from 255) = 61.74%
R=0%
G=38.26%
B=61.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal015825510.3800202.8210050
Hex09EFF642600cb6432
Octal0236377144460031314462
Binary01001111011111111110010010011000110010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #009EFF;
 }
 .AnyTagClassName
 {
   color: #009EFF;
 }
</style>
background-color css

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

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

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

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

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

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