Html Css Color HEX #5270DA Royal Blue

📋 copy color: '#5270DA'

red 82 ◦ green 112 ◦ blue 218

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

Shades of Royal Blue #5270DA

Tints of Royal Blue #5270DA

RGB

 RED value IS 82 (32.42% from 255) = 19.9%

 GREEN value IS 112 (44.14% from 255) = 27.18%

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 19.9%
G = 27.18%
B = 52.91%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5270DA (or 0x5270DA) is known color: Royal Blue. HEX triplet: 52, 70 and DA. RGB value is (82,112,218). Sum of RGB (Red+Green+Blue) = 82+112+218=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #5270DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270DA is #AD8F25. Grayscale: #727272. Windows color (decimal): -11374374 or 14315602. OLE color: 14315602.

HSL color Cylindrical-coordinate representation of color #5270DA: hue angle of 226.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5270DA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 112 218 -
CMYK 0.62 0.49 0 0.15
HSL 226.76º 0.65% 0.59% -
HSV(B) 226.76º 0.62% 0.85% -
XYZ 21.93 18.44 68.73 -
YUV 115.11 186.06 104.38 -
System Red Green Blue C M Y K H S L
Decimal 82 112 218 0.62 0.49 0 0.15 226.76 0.65 0.59
Hex 52 70 DA 3E 31 0 F E3 41 3B
Octal 122 160 332 76 61 0 17 343 101 73
Binary 1010010 1110000 11011010 111110 110001 0 1111 11100011 1000001 111011

Color Harmonies of #5270DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270DA

Black with #5270DA

Text Example


Text Example

White with #5270DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5270DA; }

 p { color: rgb(82,112,218); }

 H1.HeaderClassName
 {
   color: #5270DA;
 }
 .AnyTagClassName
 {
   color: #5270DA;
 }
</style>

background-color css

<style>
 a { background-color: #5270DA; }

 a { background-color: rgb(82,112,218); }

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

border-color css

<style>
 span { border-color: #5270DA; }

 span { border-color: rgb(82,112,218); }

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