Html Css Color HEX #008BEB Dodger Blue

📋 copy color: '#008BEB'

red 0 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #008BEB

Tints of Dodger Blue #008BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 0%
G = 37.17%
B = 62.83%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#008BEB (or 0x008BEB) is known color: Dodger Blue. HEX triplet: 00, 8B and EB. RGB value is (0,139,235). Sum of RGB (Red+Green+Blue) = 0+139+235=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #008BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BEB is #FF7414. Grayscale: #6B6B6B. Windows color (decimal): -16741397 or 15436544. OLE color: 15436544.

HSL color Cylindrical-coordinate representation of color #008BEB: hue angle of 204.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BEB is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 139 235 -
CMYK 1 0.41 0 0.08
HSL 204.51º 1% 0.46% -
HSV(B) 204.51º 1% 0.92% -
XYZ 24.23 24.46 82.04 -
YUV 108.38 199.45 50.69 -
System Red Green Blue C M Y K H S L
Decimal 0 139 235 1 0.41 0 0.08 204.51 1 0.46
Hex 0 8B EB 64 29 0 8 CD 64 2E
Octal 0 213 353 144 51 0 10 315 144 56
Binary 0 10001011 11101011 1100100 101001 0 1000 11001101 1100100 101110

Color Harmonies of #008BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BEB

Black with #008BEB

Text Example


Text Example

White with #008BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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