Html Css Color HEX #2006EC Blue

📋 copy color: '#2006EC'

red 32 ◦ green 6 ◦ blue 236

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

Shades of Blue #2006EC

Tints of Blue #2006EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 86.13%

R = 11.68%
G = 2.19%
B = 86.13%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2006EC (or 0x2006EC) is known color: Blue. HEX triplet: 20, 06 and EC. RGB value is (32,6,236). Sum of RGB (Red+Green+Blue) = 32+6+236=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 236 (92.58% from 255 or 86.13% from 274); Max value from RGB is 236 - color contains mainly: blue. Hex color #2006EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2006EC is #DFF913. Grayscale: #272727. Windows color (decimal): -14678292 or 15468064. OLE color: 15468064.

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

Color convert

RGB 32 6 236 -
CMYK 0.86 0.97 0 0.07
HSL 246.78º 0.95% 0.47% -
HSV(B) 246.78º 0.97% 0.93% -
XYZ 15.8 6.49 79.78 -
YUV 39.99 238.61 122.3 -
System Red Green Blue C M Y K H S L
Decimal 32 6 236 0.86 0.97 0 0.07 246.78 0.95 0.47
Hex 20 6 EC 56 61 0 7 F7 5F 2F
Octal 40 6 354 126 141 0 7 367 137 57
Binary 100000 110 11101100 1010110 1100001 0 111 11110111 1011111 101111

Color Harmonies of #2006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2006EC

Black with #2006EC

Text Example


Text Example

White with #2006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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