Html Css Color HEX #2002CE Medium Blue

📋 copy color: '#2002CE'

red 32 ◦ green 2 ◦ blue 206

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

Shades of Medium Blue #2002CE

Tints of Medium Blue #2002CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 85.83%

R = 13.33%
G = 0.83%
B = 85.83%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2002CE (or 0x2002CE) is known color: Medium Blue. HEX triplet: 20, 02 and CE. RGB value is (32,2,206). Sum of RGB (Red+Green+Blue) = 32+2+206=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #2002CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002CE is #DFFD31. Grayscale: #212121. Windows color (decimal): -14679346 or 13500960. OLE color: 13500960.

HSL color Cylindrical-coordinate representation of color #2002CE: hue angle of 248.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002CE is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 2 206 -
CMYK 0.84 0.99 0 0.19
HSL 248.82º 0.98% 0.41% -
HSV(B) 248.82º 0.99% 0.81% -
XYZ 11.76 4.81 58.7 -
YUV 34.23 224.94 126.41 -
System Red Green Blue C M Y K H S L
Decimal 32 2 206 0.84 0.99 0 0.19 248.82 0.98 0.41
Hex 20 2 CE 54 63 0 13 F9 62 29
Octal 40 2 316 124 143 0 23 371 142 51
Binary 100000 10 11001110 1010100 1100011 0 10011 11111001 1100010 101001

Color Harmonies of #2002CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002CE

Black with #2002CE

Text Example


Text Example

White with #2002CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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