Html Css Color HEX #008AEA Dodger Blue

📋 copy color: '#008AEA'

red 0 ◦ green 138 ◦ blue 234

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

Shades of Dodger Blue #008AEA

Tints of Dodger Blue #008AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

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

R = 0%
G = 37.1%
B = 62.9%

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

#008AEA (or 0x008AEA) is known color: Dodger Blue. HEX triplet: 00, 8A and EA. RGB value is (0,138,234). Sum of RGB (Red+Green+Blue) = 0+138+234=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #008AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AEA is #FF7515. Grayscale: #6B6B6B. Windows color (decimal): -16741654 or 15370752. OLE color: 15370752.

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

Color convert

RGB 0 138 234 -
CMYK 1 0.41 0 0.08
HSL 204.62º 1% 0.46% -
HSV(B) 204.62º 1% 0.92% -
XYZ 23.94 24.12 81.24 -
YUV 107.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 0 138 234 1 0.41 0 0.08 204.62 1 0.46
Hex 0 8A EA 64 29 0 8 CD 64 2E
Octal 0 212 352 144 51 0 10 315 144 56
Binary 0 10001010 11101010 1100100 101001 0 1000 11001101 1100100 101110

Color Harmonies of #008AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AEA

Black with #008AEA

Text Example


Text Example

White with #008AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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