Html Css Color HEX #0021FD Blue

📋 copy color: '#0021FD'

red 0 ◦ green 33 ◦ blue 253

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

Shades of Blue #0021FD

Tints of Blue #0021FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 88.46%

R = 0%
G = 11.54%
B = 88.46%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0021FD (or 0x0021FD) is known color: Blue. HEX triplet: 00, 21 and FD. RGB value is (0,33,253). Sum of RGB (Red+Green+Blue) = 0+33+253=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #0021FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021FD is #FFDE02. Grayscale: #2F2F2F. Windows color (decimal): -16768515 or 16589056. OLE color: 16589056.

HSL color Cylindrical-coordinate representation of color #0021FD: hue angle of 232.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021FD is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 33 253 -
CMYK 1 0.87 0 0.01
HSL 232.17º 1% 0.5% -
HSV(B) 232.17º 1% 0.99% -
XYZ 18.27 8.18 93.54 -
YUV 48.21 243.57 93.61 -
System Red Green Blue C M Y K H S L
Decimal 0 33 253 1 0.87 0 0.01 232.17 1 0.5
Hex 0 21 FD 64 57 0 1 E8 64 32
Octal 0 41 375 144 127 0 1 350 144 62
Binary 0 100001 11111101 1100100 1010111 0 1 11101000 1100100 110010

Color Harmonies of #0021FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0021FD

Black with #0021FD

Text Example


Text Example

White with #0021FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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