Html Css Color HEX #2006E5 Medium Blue

📋 copy color: '#2006E5'

red 32 ◦ green 6 ◦ blue 229

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

Shades of Medium Blue #2006E5

Tints of Medium Blue #2006E5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 229 (89.84% from 255) = 85.77%

R = 11.99%
G = 2.25%
B = 85.77%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2006E5 (or 0x2006E5) is known color: Medium Blue. HEX triplet: 20, 06 and E5. RGB value is (32,6,229). Sum of RGB (Red+Green+Blue) = 32+6+229=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 229 (89.84% from 255 or 85.77% from 267); Max value from RGB is 229 - color contains mainly: blue. Hex color #2006E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2006E5 is #DFF91A. Grayscale: #262626. Windows color (decimal): -14678299 or 15009312. OLE color: 15009312.

HSL color Cylindrical-coordinate representation of color #2006E5: hue angle of 247º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2006E5 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 6 229 -
CMYK 0.86 0.97 0 0.10
HSL 247º 0.95% 0.46% -
HSV(B) 247º 0.97% 0.9% -
XYZ 14.8 6.09 74.52 -
YUV 39.2 235.11 122.87 -
System Red Green Blue C M Y K H S L
Decimal 32 6 229 0.86 0.97 0 0.10 247 0.95 0.46
Hex 20 6 E5 56 61 0 A F7 5F 2E
Octal 40 6 345 126 141 0 12 367 137 56
Binary 100000 110 11100101 1010110 1100001 0 1010 11110111 1011111 101110

Color Harmonies of #2006E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2006E5

Black with #2006E5

Text Example


Text Example

White with #2006E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2006E5; }

 p { color: rgb(32,6,229); }

 H1.HeaderClassName
 {
   color: #2006E5;
 }
 .AnyTagClassName
 {
   color: #2006E5;
 }
</style>

background-color css

<style>
 a { background-color: #2006E5; }

 a { background-color: rgb(32,6,229); }

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

border-color css

<style>
 span { border-color: #2006E5; }

 span { border-color: rgb(32,6,229); }

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