Html Css Color HEX #5C74EF Royal Blue

📋 copy color: '#5C74EF'

red 92 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #5C74EF

Tints of Royal Blue #5C74EF

RGB

 RED value IS 92 (36.33% from 255) = 20.58%

 GREEN value IS 116 (45.7% from 255) = 25.95%

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

R = 20.58%
G = 25.95%
B = 53.47%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5C74EF (or 0x5C74EF) is known color: Royal Blue. HEX triplet: 5C, 74 and EF. RGB value is (92,116,239). Sum of RGB (Red+Green+Blue) = 92+116+239=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C74EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C74EF is #A38B10. Grayscale: #7A7A7A. Windows color (decimal): -10717969 or 15692892. OLE color: 15692892.

HSL color Cylindrical-coordinate representation of color #5C74EF: hue angle of 230.2º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C74EF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 116 239 -
CMYK 0.62 0.51 0 0.06
HSL 230.2º 0.82% 0.65% -
HSV(B) 230.2º 0.62% 0.94% -
XYZ 26.24 21 84.33 -
YUV 122.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 92 116 239 0.62 0.51 0 0.06 230.2 0.82 0.65
Hex 5C 74 EF 3E 33 0 6 E6 52 41
Octal 134 164 357 76 63 0 6 346 122 101
Binary 1011100 1110100 11101111 111110 110011 0 110 11100110 1010010 1000001

Color Harmonies of #5C74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C74EF

Black with #5C74EF

Text Example


Text Example

White with #5C74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,116,239); }

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

background-color css

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

 a { background-color: rgb(92,116,239); }

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

border-color css

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

 span { border-color: rgb(92,116,239); }

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