Html Css Color HEX #5267F3 Royal Blue

📋 copy color: '#5267F3'

red 82 ◦ green 103 ◦ blue 243

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

Shades of Royal Blue #5267F3

Tints of Royal Blue #5267F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.78%

R = 19.16%
G = 24.07%
B = 56.78%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5267F3 (or 0x5267F3) is known color: Royal Blue. HEX triplet: 52, 67 and F3. RGB value is (82,103,243). Sum of RGB (Red+Green+Blue) = 82+103+243=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #5267F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267F3 is #AD980C. Grayscale: #707070. Windows color (decimal): -11376653 or 15951698. OLE color: 15951698.

HSL color Cylindrical-coordinate representation of color #5267F3: hue angle of 232.17º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5267F3 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 103 243 -
CMYK 0.66 0.58 0 0.05
HSL 232.17º 0.87% 0.64% -
HSV(B) 232.17º 0.66% 0.95% -
XYZ 24.51 17.97 86.97 -
YUV 112.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 82 103 243 0.66 0.58 0 0.05 232.17 0.87 0.64
Hex 52 67 F3 42 3A 0 5 E8 57 40
Octal 122 147 363 102 72 0 5 350 127 100
Binary 1010010 1100111 11110011 1000010 111010 0 101 11101000 1010111 1000000

Color Harmonies of #5267F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5267F3

Black with #5267F3

Text Example


Text Example

White with #5267F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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