Html Css Color HEX #021ECF Medium Blue

📋 copy color: '#021ECF'

red 2 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #021ECF

Tints of Medium Blue #021ECF

RGB

 RED value IS 2 (1.17% from 255) = 0.84%

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 207 (81.25% from 255) = 86.61%

R = 0.84%
G = 12.55%
B = 86.61%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#021ECF (or 0x021ECF) is known color: Medium Blue. HEX triplet: 02, 1E and CF. RGB value is (2,30,207). Sum of RGB (Red+Green+Blue) = 2+30+207=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #021ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ECF is #FDE130. Grayscale: #292929. Windows color (decimal): -16638257 or 13573634. OLE color: 13573634.

HSL color Cylindrical-coordinate representation of color #021ECF: hue angle of 231.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ECF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 30 207 -
CMYK 0.99 0.86 0 0.19
HSL 231.8º 0.98% 0.41% -
HSV(B) 231.8º 0.99% 0.81% -
XYZ 11.75 5.45 59.46 -
YUV 41.81 221.22 99.61 -
System Red Green Blue C M Y K H S L
Decimal 2 30 207 0.99 0.86 0 0.19 231.8 0.98 0.41
Hex 2 1E CF 63 56 0 13 E8 62 29
Octal 2 36 317 143 126 0 23 350 142 51
Binary 10 11110 11001111 1100011 1010110 0 10011 11101000 1100010 101001

Color Harmonies of #021ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ECF

Black with #021ECF

Text Example


Text Example

White with #021ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021ECF; }

 p { color: rgb(2,30,207); }

 H1.HeaderClassName
 {
   color: #021ECF;
 }
 .AnyTagClassName
 {
   color: #021ECF;
 }
</style>

background-color css

<style>
 a { background-color: #021ECF; }

 a { background-color: rgb(2,30,207); }

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

border-color css

<style>
 span { border-color: #021ECF; }

 span { border-color: rgb(2,30,207); }

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