Html Css Color HEX #021FCC Medium Blue

📋 copy color: '#021FCC'

red 2 ◦ green 31 ◦ blue 204

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

Shades of Medium Blue #021FCC

Tints of Medium Blue #021FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

 BLUE value IS 204 (80.08% from 255) = 86.08%

R = 0.84%
G = 13.08%
B = 86.08%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#021FCC (or 0x021FCC) is known color: Medium Blue. HEX triplet: 02, 1F and CC. RGB value is (2,31,204). Sum of RGB (Red+Green+Blue) = 2+31+204=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #021FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FCC is #FDE033. Grayscale: #292929. Windows color (decimal): -16638004 or 13377282. OLE color: 13377282.

HSL color Cylindrical-coordinate representation of color #021FCC: hue angle of 231.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FCC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 31 204 -
CMYK 0.99 0.85 0 0.2
HSL 231.39º 0.98% 0.4% -
HSV(B) 231.39º 0.99% 0.8% -
XYZ 11.41 5.35 57.56 -
YUV 42.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 2 31 204 0.99 0.85 0 0.2 231.39 0.98 0.4
Hex 2 1F CC 63 55 0 14 E7 62 28
Octal 2 37 314 143 125 0 24 347 142 50
Binary 10 11111 11001100 1100011 1010101 0 10100 11100111 1100010 101000

Color Harmonies of #021FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FCC

Black with #021FCC

Text Example


Text Example

White with #021FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,204); }

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

background-color css

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

 a { background-color: rgb(2,31,204); }

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

border-color css

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

 span { border-color: rgb(2,31,204); }

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