Html Css Color HEX #018FEE Dodger Blue

📋 copy color: '#018FEE'

red 1 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #018FEE

Tints of Dodger Blue #018FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 0.26%
G = 37.43%
B = 62.3%

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

#018FEE (or 0x018FEE) is known color: Dodger Blue. HEX triplet: 01, 8F and EE. RGB value is (1,143,238). Sum of RGB (Red+Green+Blue) = 1+143+238=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #018FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FEE is #FE7011. Grayscale: #6E6E6E. Windows color (decimal): -16674834 or 15634177. OLE color: 15634177.

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

Color convert

RGB 1 143 238 -
CMYK 1.00 0.40 0 0.07
HSL 204.05º 0.99% 0.47% -
HSV(B) 204.05º 1% 0.93% -
XYZ 25.27 25.82 84.54 -
YUV 111.37 199.46 49.28 -
System Red Green Blue C M Y K H S L
Decimal 1 143 238 1.00 0.40 0 0.07 204.05 0.99 0.47
Hex 1 8F EE 64 28 0 7 CC 63 2F
Octal 1 217 356 144 50 0 7 314 143 57
Binary 1 10001111 11101110 1100100 101000 0 111 11001100 1100011 101111

Color Harmonies of #018FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FEE

Black with #018FEE

Text Example


Text Example

White with #018FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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