Html Css Color HEX #535FDC Royal Blue

📋 copy color: '#535FDC'

red 83 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #535FDC

Tints of Royal Blue #535FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 20.85%
G = 23.87%
B = 55.28%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#535FDC (or 0x535FDC) is known color: Royal Blue. HEX triplet: 53, 5F and DC. RGB value is (83,95,220). Sum of RGB (Red+Green+Blue) = 83+95+220=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #535FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FDC is #ACA023. Grayscale: #696969. Windows color (decimal): -11313188 or 14442323. OLE color: 14442323.

HSL color Cylindrical-coordinate representation of color #535FDC: hue angle of 234.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535FDC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 95 220 -
CMYK 0.62 0.57 0 0.14
HSL 234.74º 0.66% 0.59% -
HSV(B) 234.74º 0.62% 0.86% -
XYZ 20.58 15.19 69.56 -
YUV 105.66 192.52 111.84 -
System Red Green Blue C M Y K H S L
Decimal 83 95 220 0.62 0.57 0 0.14 234.74 0.66 0.59
Hex 53 5F DC 3E 39 0 E EB 42 3B
Octal 123 137 334 76 71 0 16 353 102 73
Binary 1010011 1011111 11011100 111110 111001 0 1110 11101011 1000010 111011

Color Harmonies of #535FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FDC

Black with #535FDC

Text Example


Text Example

White with #535FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535FDC; }

 p { color: rgb(83,95,220); }

 H1.HeaderClassName
 {
   color: #535FDC;
 }
 .AnyTagClassName
 {
   color: #535FDC;
 }
</style>

background-color css

<style>
 a { background-color: #535FDC; }

 a { background-color: rgb(83,95,220); }

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

border-color css

<style>
 span { border-color: #535FDC; }

 span { border-color: rgb(83,95,220); }

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