Html Css Color HEX #018EEA Dodger Blue

📋 copy color: '#018EEA'

red 1 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #018EEA

Tints of Dodger Blue #018EEA

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 142 (55.86% from 255) = 37.67%

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

R = 0.27%
G = 37.67%
B = 62.07%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#018EEA (or 0x018EEA) is known color: Dodger Blue. HEX triplet: 01, 8E and EA. RGB value is (1,142,234). Sum of RGB (Red+Green+Blue) = 1+142+234=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #018EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EEA is #FE7115. Grayscale: #6D6D6D. Windows color (decimal): -16675094 or 15371777. OLE color: 15371777.

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

Color convert

RGB 1 142 234 -
CMYK 1.00 0.39 0 0.08
HSL 203.69º 0.99% 0.46% -
HSV(B) 203.69º 1% 0.92% -
XYZ 24.54 25.29 81.43 -
YUV 110.33 197.79 50.02 -
System Red Green Blue C M Y K H S L
Decimal 1 142 234 1.00 0.39 0 0.08 203.69 0.99 0.46
Hex 1 8E EA 64 27 0 8 CC 63 2E
Octal 1 216 352 144 47 0 10 314 143 56
Binary 1 10001110 11101010 1100100 100111 0 1000 11001100 1100011 101110

Color Harmonies of #018EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EEA

Black with #018EEA

Text Example


Text Example

White with #018EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018EEA; }

 p { color: rgb(1,142,234); }

 H1.HeaderClassName
 {
   color: #018EEA;
 }
 .AnyTagClassName
 {
   color: #018EEA;
 }
</style>

background-color css

<style>
 a { background-color: #018EEA; }

 a { background-color: rgb(1,142,234); }

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

border-color css

<style>
 span { border-color: #018EEA; }

 span { border-color: rgb(1,142,234); }

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