Html Css Color HEX #2000EE Blue

📋 copy color: '#2000EE'

red 32 ◦ green 0 ◦ blue 238

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

Shades of Blue #2000EE

Tints of Blue #2000EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.85%
G = 0%
B = 88.15%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2000EE (or 0x2000EE) is known color: Blue. HEX triplet: 20, 00 and EE. RGB value is (32,0,238). Sum of RGB (Red+Green+Blue) = 32+0+238=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #2000EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2000EE is #DFFF11. Grayscale: #232323. Windows color (decimal): -14679826 or 15597600. OLE color: 15597600.

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

Color convert

RGB 32 0 238 -
CMYK 0.87 1 0 0.07
HSL 248.07º 1% 0.47% -
HSV(B) 248.07º 1% 0.93% -
XYZ 16.03 6.48 81.29 -
YUV 36.7 241.6 124.65 -
System Red Green Blue C M Y K H S L
Decimal 32 0 238 0.87 1 0 0.07 248.07 1 0.47
Hex 20 0 EE 57 64 0 7 F8 64 2F
Octal 40 0 356 127 144 0 7 370 144 57
Binary 100000 0 11101110 1010111 1100100 0 111 11111000 1100100 101111

Color Harmonies of #2000EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000EE

Black with #2000EE

Text Example


Text Example

White with #2000EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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