Html Css Color HEX #009BFE Dodger Blue

📋 copy color: '#009BFE'

red 0 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #009BFE

Tints of Dodger Blue #009BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

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

R = 0%
G = 37.9%
B = 62.1%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#009BFE (or 0x009BFE) is known color: Dodger Blue. HEX triplet: 00, 9B and FE. RGB value is (0,155,254). Sum of RGB (Red+Green+Blue) = 0+155+254=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #009BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BFE is #FF6401. Grayscale: #777777. Windows color (decimal): -16737282 or 16685824. OLE color: 16685824.

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

Color convert

RGB 0 155 254 -
CMYK 1 0.39 0 0.00
HSL 203.39º 1% 0.5% -
HSV(B) 203.39º 1% 1% -
XYZ 29.61 30.6 98.11 -
YUV 119.94 203.65 42.45 -
System Red Green Blue C M Y K H S L
Decimal 0 155 254 1 0.39 0 0.00 203.39 1 0.5
Hex 0 9B FE 64 27 0 0 CB 64 32
Octal 0 233 376 144 47 0 0 313 144 62
Binary 0 10011011 11111110 1100100 100111 0 0 11001011 1100100 110010

Color Harmonies of #009BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BFE

Black with #009BFE

Text Example


Text Example

White with #009BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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