Html Css Color HEX #018EFC Dodger Blue

📋 copy color: '#018EFC'

red 1 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #018EFC

Tints of Dodger Blue #018EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 0.25%
G = 35.95%
B = 63.8%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#018EFC (or 0x018EFC) is known color: Dodger Blue. HEX triplet: 01, 8E and FC. RGB value is (1,142,252). Sum of RGB (Red+Green+Blue) = 1+142+252=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #018EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EFC is #FE7103. Grayscale: #6F6F6F. Windows color (decimal): -16675076 or 16551425. OLE color: 16551425.

HSL color Cylindrical-coordinate representation of color #018EFC: hue angle of 206.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018EFC is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 142 252 -
CMYK 1.00 0.44 0 0.01
HSL 206.29º 0.99% 0.5% -
HSV(B) 206.29º 1% 0.99% -
XYZ 27.26 26.38 95.75 -
YUV 112.38 206.79 48.56 -
System Red Green Blue C M Y K H S L
Decimal 1 142 252 1.00 0.44 0 0.01 206.29 0.99 0.5
Hex 1 8E FC 64 2C 0 1 CE 63 32
Octal 1 216 374 144 54 0 1 316 143 62
Binary 1 10001110 11111100 1100100 101100 0 1 11001110 1100011 110010

Color Harmonies of #018EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EFC

Black with #018EFC

Text Example


Text Example

White with #018EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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