Html Css Color HEX #5267EF Royal Blue

📋 copy color: '#5267EF'

red 82 ◦ green 103 ◦ blue 239

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

Shades of Royal Blue #5267EF

Tints of Royal Blue #5267EF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.29%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 19.34%
G = 24.29%
B = 56.37%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5267EF (or 0x5267EF) is known color: Royal Blue. HEX triplet: 52, 67 and EF. RGB value is (82,103,239). Sum of RGB (Red+Green+Blue) = 82+103+239=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5267EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267EF is #AD9810. Grayscale: #6F6F6F. Windows color (decimal): -11376657 or 15689554. OLE color: 15689554.

HSL color Cylindrical-coordinate representation of color #5267EF: hue angle of 231.97º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5267EF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 103 239 -
CMYK 0.66 0.57 0 0.06
HSL 231.97º 0.83% 0.63% -
HSV(B) 231.97º 0.66% 0.94% -
XYZ 23.91 17.73 83.82 -
YUV 112.23 199.54 106.44 -
System Red Green Blue C M Y K H S L
Decimal 82 103 239 0.66 0.57 0 0.06 231.97 0.83 0.63
Hex 52 67 EF 42 39 0 6 E8 53 3F
Octal 122 147 357 102 71 0 6 350 123 77
Binary 1010010 1100111 11101111 1000010 111001 0 110 11101000 1010011 111111

Color Harmonies of #5267EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5267EF

Black with #5267EF

Text Example


Text Example

White with #5267EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5267EF; }

 p { color: rgb(82,103,239); }

 H1.HeaderClassName
 {
   color: #5267EF;
 }
 .AnyTagClassName
 {
   color: #5267EF;
 }
</style>

background-color css

<style>
 a { background-color: #5267EF; }

 a { background-color: rgb(82,103,239); }

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

border-color css

<style>
 span { border-color: #5267EF; }

 span { border-color: rgb(82,103,239); }

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