Html Css Color HEX #020CCA Medium Blue

📋 copy color: '#020CCA'

red 2 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #020CCA

Tints of Medium Blue #020CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 93.52%

R = 0.93%
G = 5.56%
B = 93.52%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#020CCA (or 0x020CCA) is known color: Medium Blue. HEX triplet: 02, 0C and CA. RGB value is (2,12,202). Sum of RGB (Red+Green+Blue) = 2+12+202=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 202 (79.30% from 255 or 93.52% from 216); Max value from RGB is 202 - color contains mainly: blue. Hex color #020CCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CCA is #FDF335. Grayscale: #1D1D1D. Windows color (decimal): -16642870 or 13241346. OLE color: 13241346.

HSL color Cylindrical-coordinate representation of color #020CCA: hue angle of 237º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CCA is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 12 202 -
CMYK 0.99 0.94 0 0.21
HSL 237º 0.98% 0.4% -
HSV(B) 237º 0.99% 0.79% -
XYZ 10.82 4.54 56.18 -
YUV 30.67 224.69 107.55 -
System Red Green Blue C M Y K H S L
Decimal 2 12 202 0.99 0.94 0 0.21 237 0.98 0.4
Hex 2 C CA 63 5E 0 15 ED 62 28
Octal 2 14 312 143 136 0 25 355 142 50
Binary 10 1100 11001010 1100011 1011110 0 10101 11101101 1100010 101000

Color Harmonies of #020CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CCA

Black with #020CCA

Text Example


Text Example

White with #020CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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