Html Css Color HEX #0521FD Blue

📋 copy color: '#0521FD'

red 5 ◦ green 33 ◦ blue 253

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

Shades of Blue #0521FD

Tints of Blue #0521FD

RGB

 RED value IS 5 (2.34% from 255) = 1.72%

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

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

R = 1.72%
G = 11.34%
B = 86.94%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0521FD (or 0x0521FD) is known color: Blue. HEX triplet: 05, 21 and FD. RGB value is (5,33,253). Sum of RGB (Red+Green+Blue) = 5+33+253=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #0521FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0521FD is #FADE02. Grayscale: #303030. Windows color (decimal): -16440835 or 16589061. OLE color: 16589061.

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

Color convert

RGB 5 33 253 -
CMYK 0.98 0.87 0 0.01
HSL 233.23º 0.98% 0.51% -
HSV(B) 233.23º 0.98% 0.99% -
XYZ 18.34 8.21 93.55 -
YUV 49.71 242.72 96.11 -
System Red Green Blue C M Y K H S L
Decimal 5 33 253 0.98 0.87 0 0.01 233.23 0.98 0.51
Hex 5 21 FD 62 57 0 1 E9 62 33
Octal 5 41 375 142 127 0 1 351 142 63
Binary 101 100001 11111101 1100010 1010111 0 1 11101001 1100010 110011

Color Harmonies of #0521FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0521FD

Black with #0521FD

Text Example


Text Example

White with #0521FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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