Html Css Color HEX #020CB5 Medium Blue

📋 copy color: '#020CB5'

red 2 ◦ green 12 ◦ blue 181

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

Shades of Medium Blue #020CB5

Tints of Medium Blue #020CB5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

 BLUE value IS 181 (71.09% from 255) = 92.82%

R = 1.03%
G = 6.15%
B = 92.82%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#020CB5 (or 0x020CB5) is known color: Medium Blue. HEX triplet: 02, 0C and B5. RGB value is (2,12,181). Sum of RGB (Red+Green+Blue) = 2+12+181=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 181 (71.09% from 255 or 92.82% from 195); Max value from RGB is 181 - color contains mainly: blue. Hex color #020CB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CB5 is #FDF34A. Grayscale: #1B1B1B. Windows color (decimal): -16642891 or 11865090. OLE color: 11865090.

HSL color Cylindrical-coordinate representation of color #020CB5: hue angle of 236.65º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CB5 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 12 181 -
CMYK 0.99 0.93 0 0.29
HSL 236.65º 0.98% 0.36% -
HSV(B) 236.65º 0.99% 0.71% -
XYZ 8.5 3.61 43.97 -
YUV 28.28 214.19 109.26 -
System Red Green Blue C M Y K H S L
Decimal 2 12 181 0.99 0.93 0 0.29 236.65 0.98 0.36
Hex 2 C B5 63 5D 0 1D ED 62 24
Octal 2 14 265 143 135 0 35 355 142 44
Binary 10 1100 10110101 1100011 1011101 0 11101 11101101 1100010 100100

Color Harmonies of #020CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CB5

Black with #020CB5

Text Example


Text Example

White with #020CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020CB5; }

 p { color: rgb(2,12,181); }

 H1.HeaderClassName
 {
   color: #020CB5;
 }
 .AnyTagClassName
 {
   color: #020CB5;
 }
</style>

background-color css

<style>
 a { background-color: #020CB5; }

 a { background-color: rgb(2,12,181); }

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

border-color css

<style>
 span { border-color: #020CB5; }

 span { border-color: rgb(2,12,181); }

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