Html Css Color HEX #2004CE Medium Blue

📋 copy color: '#2004CE'

red 32 ◦ green 4 ◦ blue 206

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

Shades of Medium Blue #2004CE

Tints of Medium Blue #2004CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 13.22%
G = 1.65%
B = 85.12%

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

#2004CE (or 0x2004CE) is known color: Medium Blue. HEX triplet: 20, 04 and CE. RGB value is (32,4,206). Sum of RGB (Red+Green+Blue) = 32+4+206=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #2004CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004CE is #DFFB31. Grayscale: #222222. Windows color (decimal): -14678834 or 13501472. OLE color: 13501472.

HSL color Cylindrical-coordinate representation of color #2004CE: hue angle of 248.32º degrees, saturation: 0.96, 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 #2004CE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 4 206 -
CMYK 0.84 0.98 0 0.19
HSL 248.32º 0.96% 0.41% -
HSV(B) 248.32º 0.98% 0.81% -
XYZ 11.78 4.85 58.71 -
YUV 35.4 224.28 125.57 -
System Red Green Blue C M Y K H S L
Decimal 32 4 206 0.84 0.98 0 0.19 248.32 0.96 0.41
Hex 20 4 CE 54 62 0 13 F8 60 29
Octal 40 4 316 124 142 0 23 370 140 51
Binary 100000 100 11001110 1010100 1100010 0 10011 11111000 1100000 101001

Color Harmonies of #2004CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004CE

Black with #2004CE

Text Example


Text Example

White with #2004CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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