Html Css Color HEX #0531FF Blue

📋 copy color: '#0531FF'

red 5 ◦ green 49 ◦ blue 255

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

Shades of Blue #0531FF

Tints of Blue #0531FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 255 (100% from 255) = 82.52%

R = 1.62%
G = 15.86%
B = 82.52%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0531FF (or 0x0531FF) is known color: Blue. HEX triplet: 05, 31 and FF. RGB value is (5,49,255). Sum of RGB (Red+Green+Blue) = 5+49+255=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #0531FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0531FF is #FACE00. Grayscale: #3A3A3A. Windows color (decimal): -16436737 or 16724229. OLE color: 16724229.

HSL color Cylindrical-coordinate representation of color #0531FF: hue angle of 229.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0531FF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 49 255 -
CMYK 0.98 0.81 0 0
HSL 229.44º 1% 0.51% -
HSV(B) 229.44º 0.98% 1% -
XYZ 19.21 9.45 95.42 -
YUV 59.33 238.42 89.25 -
System Red Green Blue C M Y K H S L
Decimal 5 49 255 0.98 0.81 0 0 229.44 1 0.51
Hex 5 31 FF 62 51 0 0 E5 64 33
Octal 5 61 377 142 121 0 0 345 144 63
Binary 101 110001 11111111 1100010 1010001 0 0 11100101 1100100 110011

Color Harmonies of #0531FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0531FF

Black with #0531FF

Text Example


Text Example

White with #0531FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0531FF; }

 p { color: rgb(5,49,255); }

 H1.HeaderClassName
 {
   color: #0531FF;
 }
 .AnyTagClassName
 {
   color: #0531FF;
 }
</style>

background-color css

<style>
 a { background-color: #0531FF; }

 a { background-color: rgb(5,49,255); }

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

border-color css

<style>
 span { border-color: #0531FF; }

 span { border-color: rgb(5,49,255); }

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