Html Css Color HEX #2005CE Medium Blue

📋 copy color: '#2005CE'

red 32 ◦ green 5 ◦ blue 206

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

Shades of Medium Blue #2005CE

Tints of Medium Blue #2005CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 13.17%
G = 2.06%
B = 84.77%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2005CE (or 0x2005CE) is known color: Medium Blue. HEX triplet: 20, 05 and CE. RGB value is (32,5,206). Sum of RGB (Red+Green+Blue) = 32+5+206=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #2005CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005CE is #DFFA31. Grayscale: #232323. Windows color (decimal): -14678578 or 13501728. OLE color: 13501728.

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

Color convert

RGB 32 5 206 -
CMYK 0.84 0.98 0 0.19
HSL 248.06º 0.95% 0.41% -
HSV(B) 248.06º 0.98% 0.81% -
XYZ 11.79 4.87 58.71 -
YUV 35.99 223.95 125.16 -
System Red Green Blue C M Y K H S L
Decimal 32 5 206 0.84 0.98 0 0.19 248.06 0.95 0.41
Hex 20 5 CE 54 62 0 13 F8 5F 29
Octal 40 5 316 124 142 0 23 370 137 51
Binary 100000 101 11001110 1010100 1100010 0 10011 11111000 1011111 101001

Color Harmonies of #2005CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005CE

Black with #2005CE

Text Example


Text Example

White with #2005CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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