Html Css Color HEX #009BED Dodger Blue

📋 copy color: '#009BED'

red 0 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #009BED

Tints of Dodger Blue #009BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.46%

R = 0%
G = 39.54%
B = 60.46%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#009BED (or 0x009BED) is known color: Dodger Blue. HEX triplet: 00, 9B and ED. RGB value is (0,155,237). Sum of RGB (Red+Green+Blue) = 0+155+237=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #009BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BED is #FF6412. Grayscale: #757575. Windows color (decimal): -16737299 or 15571712. OLE color: 15571712.

HSL color Cylindrical-coordinate representation of color #009BED: hue angle of 200.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BED is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 155 237 -
CMYK 1 0.35 0 0.07
HSL 200.76º 1% 0.46% -
HSV(B) 200.76º 1% 0.93% -
XYZ 27.01 29.56 84.4 -
YUV 118 195.15 43.83 -
System Red Green Blue C M Y K H S L
Decimal 0 155 237 1 0.35 0 0.07 200.76 1 0.46
Hex 0 9B ED 64 23 0 7 C9 64 2E
Octal 0 233 355 144 43 0 7 311 144 56
Binary 0 10011011 11101101 1100100 100011 0 111 11001001 1100100 101110

Color Harmonies of #009BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BED

Black with #009BED

Text Example


Text Example

White with #009BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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