Html Css Color HEX #008BED Dodger Blue

📋 copy color: '#008BED'

red 0 ◦ green 139 ◦ blue 237

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

Shades of Dodger Blue #008BED

Tints of Dodger Blue #008BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 0%
G = 36.97%
B = 63.03%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#008BED (or 0x008BED) is known color: Dodger Blue. HEX triplet: 00, 8B and ED. RGB value is (0,139,237). Sum of RGB (Red+Green+Blue) = 0+139+237=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #008BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BED is #FF7412. Grayscale: #6C6C6C. Windows color (decimal): -16741395 or 15567616. OLE color: 15567616.

HSL color Cylindrical-coordinate representation of color #008BED: hue angle of 204.81º 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 #008BED is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 139 237 -
CMYK 1 0.41 0 0.07
HSL 204.81º 1% 0.46% -
HSV(B) 204.81º 1% 0.93% -
XYZ 24.52 24.58 83.57 -
YUV 108.61 200.45 50.53 -
System Red Green Blue C M Y K H S L
Decimal 0 139 237 1 0.41 0 0.07 204.81 1 0.46
Hex 0 8B ED 64 29 0 7 CD 64 2E
Octal 0 213 355 144 51 0 7 315 144 56
Binary 0 10001011 11101101 1100100 101001 0 111 11001101 1100100 101110

Color Harmonies of #008BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BED

Black with #008BED

Text Example


Text Example

White with #008BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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