Html Css Color HEX #357FE4 Royal Blue

📋 copy color: '#357FE4'

red 53 ◦ green 127 ◦ blue 228

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

Shades of Royal Blue #357FE4

Tints of Royal Blue #357FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.88%

R = 12.99%
G = 31.13%
B = 55.88%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#357FE4 (or 0x357FE4) is known color: Royal Blue. HEX triplet: 35, 7F and E4. RGB value is (53,127,228). Sum of RGB (Red+Green+Blue) = 53+127+228=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #357FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FE4 is #CA801B. Grayscale: #737373. Windows color (decimal): -13271068 or 14974773. OLE color: 14974773.

HSL color Cylindrical-coordinate representation of color #357FE4: hue angle of 214.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357FE4 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 127 228 -
CMYK 0.77 0.44 0 0.11
HSL 214.63º 0.76% 0.55% -
HSV(B) 214.63º 0.77% 0.89% -
XYZ 23.06 21.54 76.34 -
YUV 116.39 190.98 82.79 -
System Red Green Blue C M Y K H S L
Decimal 53 127 228 0.77 0.44 0 0.11 214.63 0.76 0.55
Hex 35 7F E4 4D 2C 0 B D7 4C 37
Octal 65 177 344 115 54 0 13 327 114 67
Binary 110101 1111111 11100100 1001101 101100 0 1011 11010111 1001100 110111

Color Harmonies of #357FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FE4

Black with #357FE4

Text Example


Text Example

White with #357FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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