Html Css Color HEX #018FEC Dodger Blue

📋 copy color: '#018FEC'

red 1 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #018FEC

Tints of Dodger Blue #018FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 0.26%
G = 37.63%
B = 62.11%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#018FEC (or 0x018FEC) is known color: Dodger Blue. HEX triplet: 01, 8F and EC. RGB value is (1,143,236). Sum of RGB (Red+Green+Blue) = 1+143+236=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #018FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FEC is #FE7013. Grayscale: #6E6E6E. Windows color (decimal): -16674836 or 15503105. OLE color: 15503105.

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

Color convert

RGB 1 143 236 -
CMYK 1.00 0.39 0 0.07
HSL 203.74º 0.99% 0.46% -
HSV(B) 203.74º 1% 0.93% -
XYZ 24.98 25.71 83 -
YUV 111.14 198.46 49.44 -
System Red Green Blue C M Y K H S L
Decimal 1 143 236 1.00 0.39 0 0.07 203.74 0.99 0.46
Hex 1 8F EC 64 27 0 7 CC 63 2E
Octal 1 217 354 144 47 0 7 314 143 56
Binary 1 10001111 11101100 1100100 100111 0 111 11001100 1100011 101110

Color Harmonies of #018FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FEC

Black with #018FEC

Text Example


Text Example

White with #018FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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