Html Css Color HEX #021FC5 Medium Blue

📋 copy color: '#021FC5'

red 2 ◦ green 31 ◦ blue 197

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

Shades of Medium Blue #021FC5

Tints of Medium Blue #021FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 85.65%

R = 0.87%
G = 13.48%
B = 85.65%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#021FC5 (or 0x021FC5) is known color: Medium Blue. HEX triplet: 02, 1F and C5. RGB value is (2,31,197). Sum of RGB (Red+Green+Blue) = 2+31+197=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 197 (77.34% from 255 or 85.65% from 230); Max value from RGB is 197 - color contains mainly: blue. Hex color #021FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FC5 is #FDE03A. Grayscale: #282828. Windows color (decimal): -16638011 or 12918530. OLE color: 12918530.

HSL color Cylindrical-coordinate representation of color #021FC5: hue angle of 231.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FC5 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 31 197 -
CMYK 0.99 0.84 0 0.23
HSL 231.08º 0.98% 0.39% -
HSV(B) 231.08º 0.99% 0.77% -
XYZ 10.59 5.02 53.23 -
YUV 41.25 215.89 100 -
System Red Green Blue C M Y K H S L
Decimal 2 31 197 0.99 0.84 0 0.23 231.08 0.98 0.39
Hex 2 1F C5 63 54 0 17 E7 62 27
Octal 2 37 305 143 124 0 27 347 142 47
Binary 10 11111 11000101 1100011 1010100 0 10111 11100111 1100010 100111

Color Harmonies of #021FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FC5

Black with #021FC5

Text Example


Text Example

White with #021FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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