Html Css Color HEX #009BFD Dodger Blue

📋 copy color: '#009BFD'

red 0 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #009BFD

Tints of Dodger Blue #009BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 0%
G = 37.99%
B = 62.01%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#009BFD (or 0x009BFD) is known color: Dodger Blue. HEX triplet: 00, 9B and FD. RGB value is (0,155,253). Sum of RGB (Red+Green+Blue) = 0+155+253=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #009BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BFD is #FF6402. Grayscale: #777777. Windows color (decimal): -16737283 or 16620288. OLE color: 16620288.

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

Color convert

RGB 0 155 253 -
CMYK 1 0.39 0 0.01
HSL 203.24º 1% 0.5% -
HSV(B) 203.24º 1% 0.99% -
XYZ 29.45 30.53 97.27 -
YUV 119.83 203.15 42.53 -
System Red Green Blue C M Y K H S L
Decimal 0 155 253 1 0.39 0 0.01 203.24 1 0.5
Hex 0 9B FD 64 27 0 1 CB 64 32
Octal 0 233 375 144 47 0 1 313 144 62
Binary 0 10011011 11111101 1100100 100111 0 1 11001011 1100100 110010

Color Harmonies of #009BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BFD

Black with #009BFD

Text Example


Text Example

White with #009BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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