Html Css Color HEX #537AFB Royal Blue

📋 copy color: '#537AFB'

red 83 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #537AFB

Tints of Royal Blue #537AFB

RGB

 RED value IS 83 (32.81% from 255) = 18.2%

 GREEN value IS 122 (48.05% from 255) = 26.75%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 18.2%
G = 26.75%
B = 55.04%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537AFB (or 0x537AFB) is known color: Royal Blue. HEX triplet: 53, 7A and FB. RGB value is (83,122,251). Sum of RGB (Red+Green+Blue) = 83+122+251=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #537AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AFB is #AC8504. Grayscale: #7C7C7C. Windows color (decimal): -11306245 or 16480851. OLE color: 16480851.

HSL color Cylindrical-coordinate representation of color #537AFB: hue angle of 226.07º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537AFB is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 122 251 -
CMYK 0.67 0.51 0 0.02
HSL 226.07º 0.95% 0.65% -
HSV(B) 226.07º 0.67% 0.98% -
XYZ 27.94 22.72 94.18 -
YUV 125.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 83 122 251 0.67 0.51 0 0.02 226.07 0.95 0.65
Hex 53 7A FB 43 33 0 2 E2 5F 41
Octal 123 172 373 103 63 0 2 342 137 101
Binary 1010011 1111010 11111011 1000011 110011 0 10 11100010 1011111 1000001

Color Harmonies of #537AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AFB

Black with #537AFB

Text Example


Text Example

White with #537AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537AFB; }

 p { color: rgb(83,122,251); }

 H1.HeaderClassName
 {
   color: #537AFB;
 }
 .AnyTagClassName
 {
   color: #537AFB;
 }
</style>

background-color css

<style>
 a { background-color: #537AFB; }

 a { background-color: rgb(83,122,251); }

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

border-color css

<style>
 span { border-color: #537AFB; }

 span { border-color: rgb(83,122,251); }

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