Html Css Color HEX #2006EE Blue

📋 copy color: '#2006EE'

red 32 ◦ green 6 ◦ blue 238

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

Shades of Blue #2006EE

Tints of Blue #2006EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 86.23%

R = 11.59%
G = 2.17%
B = 86.23%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2006EE (or 0x2006EE) is known color: Blue. HEX triplet: 20, 06 and EE. RGB value is (32,6,238). Sum of RGB (Red+Green+Blue) = 32+6+238=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #2006EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2006EE is #DFF911. Grayscale: #272727. Windows color (decimal): -14678290 or 15599136. OLE color: 15599136.

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

Color convert

RGB 32 6 238 -
CMYK 0.87 0.97 0 0.07
HSL 246.72º 0.95% 0.48% -
HSV(B) 246.72º 0.97% 0.93% -
XYZ 16.09 6.61 81.32 -
YUV 40.22 239.61 122.14 -
System Red Green Blue C M Y K H S L
Decimal 32 6 238 0.87 0.97 0 0.07 246.72 0.95 0.48
Hex 20 6 EE 57 61 0 7 F7 5F 30
Octal 40 6 356 127 141 0 7 367 137 60
Binary 100000 110 11101110 1010111 1100001 0 111 11110111 1011111 110000

Color Harmonies of #2006EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2006EE

Black with #2006EE

Text Example


Text Example

White with #2006EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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