Html Css Color HEX #018EEE Dodger Blue

📋 copy color: '#018EEE'

red 1 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #018EEE

Tints of Dodger Blue #018EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.47%

R = 0.26%
G = 37.27%
B = 62.47%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#018EEE (or 0x018EEE) is known color: Dodger Blue. HEX triplet: 01, 8E and EE. RGB value is (1,142,238). Sum of RGB (Red+Green+Blue) = 1+142+238=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #018EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EEE is #FE7111. Grayscale: #6E6E6E. Windows color (decimal): -16675090 or 15633921. OLE color: 15633921.

HSL color Cylindrical-coordinate representation of color #018EEE: hue angle of 204.3º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018EEE is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 142 238 -
CMYK 1.00 0.40 0 0.07
HSL 204.3º 0.99% 0.47% -
HSV(B) 204.3º 1% 0.93% -
XYZ 25.12 25.53 84.49 -
YUV 110.79 199.79 49.69 -
System Red Green Blue C M Y K H S L
Decimal 1 142 238 1.00 0.40 0 0.07 204.3 0.99 0.47
Hex 1 8E EE 64 28 0 7 CC 63 2F
Octal 1 216 356 144 50 0 7 314 143 57
Binary 1 10001110 11101110 1100100 101000 0 111 11001100 1100011 101111

Color Harmonies of #018EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EEE

Black with #018EEE

Text Example


Text Example

White with #018EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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