Html Css Color HEX #0530FD Blue

📋 copy color: '#0530FD'

red 5 ◦ green 48 ◦ blue 253

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

Shades of Blue #0530FD

Tints of Blue #0530FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 1.63%
G = 15.69%
B = 82.68%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0530FD (or 0x0530FD) is known color: Blue. HEX triplet: 05, 30 and FD. RGB value is (5,48,253). Sum of RGB (Red+Green+Blue) = 5+48+253=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #0530FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0530FD is #FACF02. Grayscale: #393939. Windows color (decimal): -16436995 or 16592901. OLE color: 16592901.

HSL color Cylindrical-coordinate representation of color #0530FD: hue angle of 229.6º 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 #0530FD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 48 253 -
CMYK 0.98 0.81 0 0.01
HSL 229.6º 0.98% 0.51% -
HSV(B) 229.6º 0.98% 0.99% -
XYZ 18.85 9.24 93.72 -
YUV 58.51 237.75 89.83 -
System Red Green Blue C M Y K H S L
Decimal 5 48 253 0.98 0.81 0 0.01 229.6 0.98 0.51
Hex 5 30 FD 62 51 0 1 E6 62 33
Octal 5 60 375 142 121 0 1 346 142 63
Binary 101 110000 11111101 1100010 1010001 0 1 11100110 1100010 110011

Color Harmonies of #0530FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0530FD

Black with #0530FD

Text Example


Text Example

White with #0530FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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