Html Css Color HEX #525FDA Royal Blue

📋 copy color: '#525FDA'

red 82 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #525FDA

Tints of Royal Blue #525FDA

RGB

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

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

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

R = 20.76%
G = 24.05%
B = 55.19%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#525FDA (or 0x525FDA) is known color: Royal Blue. HEX triplet: 52, 5F and DA. RGB value is (82,95,218). Sum of RGB (Red+Green+Blue) = 82+95+218=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #525FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FDA is #ADA025. Grayscale: #686868. Windows color (decimal): -11378726 or 14311250. OLE color: 14311250.

HSL color Cylindrical-coordinate representation of color #525FDA: hue angle of 234.26º 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 #525FDA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 95 218 -
CMYK 0.62 0.56 0 0.15
HSL 234.26º 0.65% 0.59% -
HSV(B) 234.26º 0.62% 0.85% -
XYZ 20.23 15.04 68.17 -
YUV 105.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 82 95 218 0.62 0.56 0 0.15 234.26 0.65 0.59
Hex 52 5F DA 3E 38 0 F EA 41 3B
Octal 122 137 332 76 70 0 17 352 101 73
Binary 1010010 1011111 11011010 111110 111000 0 1111 11101010 1000001 111011

Color Harmonies of #525FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FDA

Black with #525FDA

Text Example


Text Example

White with #525FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525FDA; }

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

 H1.HeaderClassName
 {
   color: #525FDA;
 }
 .AnyTagClassName
 {
   color: #525FDA;
 }
</style>

background-color css

<style>
 a { background-color: #525FDA; }

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

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

border-color css

<style>
 span { border-color: #525FDA; }

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

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