Html Css Color HEX #008CEA Dodger Blue

📋 copy color: '#008CEA'

red 0 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #008CEA

Tints of Dodger Blue #008CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 0%
G = 37.43%
B = 62.57%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#008CEA (or 0x008CEA) is known color: Dodger Blue. HEX triplet: 00, 8C and EA. RGB value is (0,140,234). Sum of RGB (Red+Green+Blue) = 0+140+234=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #008CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CEA is #FF7315. Grayscale: #6C6C6C. Windows color (decimal): -16741142 or 15371264. OLE color: 15371264.

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

Color convert

RGB 0 140 234 -
CMYK 1 0.40 0 0.08
HSL 204.1º 1% 0.46% -
HSV(B) 204.1º 1% 0.92% -
XYZ 24.23 24.7 81.33 -
YUV 108.86 198.62 50.36 -
System Red Green Blue C M Y K H S L
Decimal 0 140 234 1 0.40 0 0.08 204.1 1 0.46
Hex 0 8C EA 64 28 0 8 CC 64 2E
Octal 0 214 352 144 50 0 10 314 144 56
Binary 0 10001100 11101010 1100100 101000 0 1000 11001100 1100100 101110

Color Harmonies of #008CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CEA

Black with #008CEA

Text Example


Text Example

White with #008CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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