Html Css Color HEX #5269DF Royal Blue

📋 copy color: '#5269DF'

red 82 ◦ green 105 ◦ blue 223

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

Shades of Royal Blue #5269DF

Tints of Royal Blue #5269DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 20%
G = 25.61%
B = 54.39%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5269DF (or 0x5269DF) is known color: Royal Blue. HEX triplet: 52, 69 and DF. RGB value is (82,105,223). Sum of RGB (Red+Green+Blue) = 82+105+223=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #5269DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5269DF is #AD9620. Grayscale: #6F6F6F. Windows color (decimal): -11376161 or 14641490. OLE color: 14641490.

HSL color Cylindrical-coordinate representation of color #5269DF: hue angle of 230.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5269DF is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 105 223 -
CMYK 0.63 0.53 0 0.13
HSL 230.21º 0.69% 0.6% -
HSV(B) 230.21º 0.63% 0.87% -
XYZ 21.85 17.22 71.99 -
YUV 111.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 82 105 223 0.63 0.53 0 0.13 230.21 0.69 0.6
Hex 52 69 DF 3F 35 0 D E6 45 3C
Octal 122 151 337 77 65 0 15 346 105 74
Binary 1010010 1101001 11011111 111111 110101 0 1101 11100110 1000101 111100

Color Harmonies of #5269DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5269DF

Black with #5269DF

Text Example


Text Example

White with #5269DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5269DF; }

 p { color: rgb(82,105,223); }

 H1.HeaderClassName
 {
   color: #5269DF;
 }
 .AnyTagClassName
 {
   color: #5269DF;
 }
</style>

background-color css

<style>
 a { background-color: #5269DF; }

 a { background-color: rgb(82,105,223); }

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

border-color css

<style>
 span { border-color: #5269DF; }

 span { border-color: rgb(82,105,223); }

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