Html Css Color HEX #5E75DA Royal Blue

📋 copy color: '#5E75DA'

red 94 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #5E75DA

Tints of Royal Blue #5E75DA

RGB

 RED value IS 94 (37.11% from 255) = 21.91%

 GREEN value IS 117 (46.09% from 255) = 27.27%

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

R = 21.91%
G = 27.27%
B = 50.82%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E75DA (or 0x5E75DA) is known color: Royal Blue. HEX triplet: 5E, 75 and DA. RGB value is (94,117,218). Sum of RGB (Red+Green+Blue) = 94+117+218=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E75DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E75DA is #A18A25. Grayscale: #797979. Windows color (decimal): -10586662 or 14316894. OLE color: 14316894.

HSL color Cylindrical-coordinate representation of color #5E75DA: hue angle of 228.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E75DA is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 117 218 -
CMYK 0.57 0.46 0 0.15
HSL 228.87º 0.63% 0.61% -
HSV(B) 228.87º 0.57% 0.85% -
XYZ 23.63 20.16 68.98 -
YUV 121.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 94 117 218 0.57 0.46 0 0.15 228.87 0.63 0.61
Hex 5E 75 DA 39 2E 0 F E5 3F 3D
Octal 136 165 332 71 56 0 17 345 77 75
Binary 1011110 1110101 11011010 111001 101110 0 1111 11100101 111111 111101

Color Harmonies of #5E75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E75DA

Black with #5E75DA

Text Example


Text Example

White with #5E75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E75DA; }

 p { color: rgb(94,117,218); }

 H1.HeaderClassName
 {
   color: #5E75DA;
 }
 .AnyTagClassName
 {
   color: #5E75DA;
 }
</style>

background-color css

<style>
 a { background-color: #5E75DA; }

 a { background-color: rgb(94,117,218); }

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

border-color css

<style>
 span { border-color: #5E75DA; }

 span { border-color: rgb(94,117,218); }

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