Html Css Color HEX #018CEC Dodger Blue

📋 copy color: '#018CEC'

red 1 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #018CEC

Tints of Dodger Blue #018CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 0.27%
G = 37.14%
B = 62.6%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#018CEC (or 0x018CEC) is known color: Dodger Blue. HEX triplet: 01, 8C and EC. RGB value is (1,140,236). Sum of RGB (Red+Green+Blue) = 1+140+236=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #018CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CEC is #FE7313. Grayscale: #6C6C6C. Windows color (decimal): -16675604 or 15502337. OLE color: 15502337.

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

Color convert

RGB 1 140 236 -
CMYK 1.00 0.41 0 0.07
HSL 204.51º 0.99% 0.46% -
HSV(B) 204.51º 1% 0.93% -
XYZ 24.53 24.82 82.85 -
YUV 109.38 199.45 50.69 -
System Red Green Blue C M Y K H S L
Decimal 1 140 236 1.00 0.41 0 0.07 204.51 0.99 0.46
Hex 1 8C EC 64 29 0 7 CD 63 2E
Octal 1 214 354 144 51 0 7 315 143 56
Binary 1 10001100 11101100 1100100 101001 0 111 11001101 1100011 101110

Color Harmonies of #018CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CEC

Black with #018CEC

Text Example


Text Example

White with #018CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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