Html Css Color HEX #357FE5 Royal Blue

📋 copy color: '#357FE5'

red 53 ◦ green 127 ◦ blue 229

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

Shades of Royal Blue #357FE5

Tints of Royal Blue #357FE5

RGB

 RED value IS 53 (21.09% from 255) = 12.96%

 GREEN value IS 127 (50% from 255) = 31.05%

 BLUE value IS 229 (89.84% from 255) = 55.99%

R = 12.96%
G = 31.05%
B = 55.99%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#357FE5 (or 0x357FE5) is known color: Royal Blue. HEX triplet: 35, 7F and E5. RGB value is (53,127,229). Sum of RGB (Red+Green+Blue) = 53+127+229=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #357FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FE5 is #CA801A. Grayscale: #747474. Windows color (decimal): -13271067 or 15040309. OLE color: 15040309.

HSL color Cylindrical-coordinate representation of color #357FE5: hue angle of 214.77º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357FE5 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 127 229 -
CMYK 0.77 0.45 0 0.10
HSL 214.77º 0.77% 0.55% -
HSV(B) 214.77º 0.77% 0.9% -
XYZ 23.2 21.59 77.07 -
YUV 116.5 191.48 82.71 -
System Red Green Blue C M Y K H S L
Decimal 53 127 229 0.77 0.45 0 0.10 214.77 0.77 0.55
Hex 35 7F E5 4D 2D 0 A D7 4D 37
Octal 65 177 345 115 55 0 12 327 115 67
Binary 110101 1111111 11100101 1001101 101101 0 1010 11010111 1001101 110111

Color Harmonies of #357FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FE5

Black with #357FE5

Text Example


Text Example

White with #357FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357FE5; }

 p { color: rgb(53,127,229); }

 H1.HeaderClassName
 {
   color: #357FE5;
 }
 .AnyTagClassName
 {
   color: #357FE5;
 }
</style>

background-color css

<style>
 a { background-color: #357FE5; }

 a { background-color: rgb(53,127,229); }

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

border-color css

<style>
 span { border-color: #357FE5; }

 span { border-color: rgb(53,127,229); }

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