Html Css Color HEX #2002CA Medium Blue

📋 copy color: '#2002CA'

red 32 ◦ green 2 ◦ blue 202

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

Shades of Medium Blue #2002CA

Tints of Medium Blue #2002CA

RGB

 RED value IS 32 (12.89% from 255) = 13.56%

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 13.56%
G = 0.85%
B = 85.59%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2002CA (or 0x2002CA) is known color: Medium Blue. HEX triplet: 20, 02 and CA. RGB value is (32,2,202). Sum of RGB (Red+Green+Blue) = 32+2+202=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 202 (79.30% from 255 or 85.59% from 236); Max value from RGB is 202 - color contains mainly: blue. Hex color #2002CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002CA is #DFFD35. Grayscale: #212121. Windows color (decimal): -14679350 or 13238816. OLE color: 13238816.

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

Color convert

RGB 32 2 202 -
CMYK 0.84 0.99 0 0.21
HSL 249º 0.98% 0.4% -
HSV(B) 249º 0.99% 0.79% -
XYZ 11.28 4.61 56.17 -
YUV 33.77 222.94 126.74 -
System Red Green Blue C M Y K H S L
Decimal 32 2 202 0.84 0.99 0 0.21 249 0.98 0.4
Hex 20 2 CA 54 63 0 15 F9 62 28
Octal 40 2 312 124 143 0 25 371 142 50
Binary 100000 10 11001010 1010100 1100011 0 10101 11111001 1100010 101000

Color Harmonies of #2002CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002CA

Black with #2002CA

Text Example


Text Example

White with #2002CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2002CA; }

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

 H1.HeaderClassName
 {
   color: #2002CA;
 }
 .AnyTagClassName
 {
   color: #2002CA;
 }
</style>

background-color css

<style>
 a { background-color: #2002CA; }

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

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

border-color css

<style>
 span { border-color: #2002CA; }

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

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