Html Css Color HEX #008BEA Dodger Blue

📋 copy color: '#008BEA'

red 0 ◦ green 139 ◦ blue 234

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

Shades of Dodger Blue #008BEA

Tints of Dodger Blue #008BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 0%
G = 37.27%
B = 62.73%

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

#008BEA (or 0x008BEA) is known color: Dodger Blue. HEX triplet: 00, 8B and EA. RGB value is (0,139,234). Sum of RGB (Red+Green+Blue) = 0+139+234=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #008BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BEA is #FF7415. Grayscale: #6B6B6B. Windows color (decimal): -16741398 or 15371008. OLE color: 15371008.

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

Color convert

RGB 0 139 234 -
CMYK 1 0.41 0 0.08
HSL 204.36º 1% 0.46% -
HSV(B) 204.36º 1% 0.92% -
XYZ 24.08 24.41 81.28 -
YUV 108.27 198.95 50.78 -
System Red Green Blue C M Y K H S L
Decimal 0 139 234 1 0.41 0 0.08 204.36 1 0.46
Hex 0 8B EA 64 29 0 8 CC 64 2E
Octal 0 213 352 144 51 0 10 314 144 56
Binary 0 10001011 11101010 1100100 101001 0 1000 11001100 1100100 101110

Color Harmonies of #008BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BEA

Black with #008BEA

Text Example


Text Example

White with #008BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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