Html Css Color HEX #018EEB Dodger Blue

📋 copy color: '#018EEB'

red 1 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #018EEB

Tints of Dodger Blue #018EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 0.26%
G = 37.57%
B = 62.17%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#018EEB (or 0x018EEB) is known color: Dodger Blue. HEX triplet: 01, 8E and EB. RGB value is (1,142,235). Sum of RGB (Red+Green+Blue) = 1+142+235=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #018EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EEB is #FE7114. Grayscale: #6D6D6D. Windows color (decimal): -16675093 or 15437313. OLE color: 15437313.

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

Color convert

RGB 1 142 235 -
CMYK 1.00 0.40 0 0.08
HSL 203.85º 0.99% 0.46% -
HSV(B) 203.85º 1% 0.92% -
XYZ 24.68 25.35 82.19 -
YUV 110.44 198.29 49.94 -
System Red Green Blue C M Y K H S L
Decimal 1 142 235 1.00 0.40 0 0.08 203.85 0.99 0.46
Hex 1 8E EB 64 28 0 8 CC 63 2E
Octal 1 216 353 144 50 0 10 314 143 56
Binary 1 10001110 11101011 1100100 101000 0 1000 11001100 1100011 101110

Color Harmonies of #018EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EEB

Black with #018EEB

Text Example


Text Example

White with #018EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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