Html Css Color HEX #2000EF Blue

📋 copy color: '#2000EF'

red 32 ◦ green 0 ◦ blue 239

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

Shades of Blue #2000EF

Tints of Blue #2000EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 88.19%

R = 11.81%
G = 0%
B = 88.19%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2000EF (or 0x2000EF) is known color: Blue. HEX triplet: 20, 00 and EF. RGB value is (32,0,239). Sum of RGB (Red+Green+Blue) = 32+0+239=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 239 (93.75% from 255 or 88.19% from 271); Max value from RGB is 239 - color contains mainly: blue. Hex color #2000EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2000EF is #DFFF10. Grayscale: #232323. Windows color (decimal): -14679825 or 15663136. OLE color: 15663136.

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

Color convert

RGB 32 0 239 -
CMYK 0.87 1 0 0.06
HSL 248.03º 1% 0.47% -
HSV(B) 248.03º 1% 0.94% -
XYZ 16.18 6.54 82.07 -
YUV 36.81 242.1 124.57 -
System Red Green Blue C M Y K H S L
Decimal 32 0 239 0.87 1 0 0.06 248.03 1 0.47
Hex 20 0 EF 57 64 0 6 F8 64 2F
Octal 40 0 357 127 144 0 6 370 144 57
Binary 100000 0 11101111 1010111 1100100 0 110 11111000 1100100 101111

Color Harmonies of #2000EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000EF

Black with #2000EF

Text Example


Text Example

White with #2000EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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