Html Css Color HEX #0021EF Blue

📋 copy color: '#0021EF'

red 0 ◦ green 33 ◦ blue 239

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

Shades of Blue #0021EF

Tints of Blue #0021EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 0%
G = 12.13%
B = 87.87%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0021EF (or 0x0021EF) is known color: Blue. HEX triplet: 00, 21 and EF. RGB value is (0,33,239). Sum of RGB (Red+Green+Blue) = 0+33+239=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 239 (93.75% from 255 or 87.87% from 272); Max value from RGB is 239 - color contains mainly: blue. Hex color #0021EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021EF is #FFDE10. Grayscale: #2D2D2D. Windows color (decimal): -16768529 or 15671552. OLE color: 15671552.

HSL color Cylindrical-coordinate representation of color #0021EF: hue angle of 231.72º 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 #0021EF is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 33 239 -
CMYK 1 0.86 0 0.06
HSL 231.72º 1% 0.47% -
HSV(B) 231.72º 1% 0.94% -
XYZ 16.12 7.32 82.22 -
YUV 46.62 236.57 94.75 -
System Red Green Blue C M Y K H S L
Decimal 0 33 239 1 0.86 0 0.06 231.72 1 0.47
Hex 0 21 EF 64 56 0 6 E8 64 2F
Octal 0 41 357 144 126 0 6 350 144 57
Binary 0 100001 11101111 1100100 1010110 0 110 11101000 1100100 101111

Color Harmonies of #0021EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0021EF

Black with #0021EF

Text Example


Text Example

White with #0021EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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