Html Css Color HEX #020BCA Medium Blue

📋 copy color: '#020BCA'

red 2 ◦ green 11 ◦ blue 202

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

Shades of Medium Blue #020BCA

Tints of Medium Blue #020BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 0.93%
G = 5.12%
B = 93.95%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#020BCA (or 0x020BCA) is known color: Medium Blue. HEX triplet: 02, 0B and CA. RGB value is (2,11,202). Sum of RGB (Red+Green+Blue) = 2+11+202=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 202 (79.30% from 255 or 93.95% from 215); Max value from RGB is 202 - color contains mainly: blue. Hex color #020BCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BCA is #FDF435. Grayscale: #1D1D1D. Windows color (decimal): -16643126 or 13241090. OLE color: 13241090.

HSL color Cylindrical-coordinate representation of color #020BCA: hue angle of 237.3º 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 #020BCA is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 11 202 -
CMYK 0.99 0.95 0 0.21
HSL 237.3º 0.98% 0.4% -
HSV(B) 237.3º 0.99% 0.79% -
XYZ 10.81 4.52 56.18 -
YUV 30.08 225.02 107.97 -
System Red Green Blue C M Y K H S L
Decimal 2 11 202 0.99 0.95 0 0.21 237.3 0.98 0.4
Hex 2 B CA 63 5F 0 15 ED 62 28
Octal 2 13 312 143 137 0 25 355 142 50
Binary 10 1011 11001010 1100011 1011111 0 10101 11101101 1100010 101000

Color Harmonies of #020BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BCA

Black with #020BCA

Text Example


Text Example

White with #020BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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