Html Css Color HEX #357EE6 Royal Blue

📋 copy color: '#357EE6'

red 53 ◦ green 126 ◦ blue 230

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

Shades of Royal Blue #357EE6

Tints of Royal Blue #357EE6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 12.96%
G = 30.81%
B = 56.23%

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

#357EE6 (or 0x357EE6) is known color: Royal Blue. HEX triplet: 35, 7E and E6. RGB value is (53,126,230). Sum of RGB (Red+Green+Blue) = 53+126+230=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #357EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357EE6 is #CA8119. Grayscale: #737373. Windows color (decimal): -13271322 or 15105589. OLE color: 15105589.

HSL color Cylindrical-coordinate representation of color #357EE6: hue angle of 215.25º degrees, saturation: 0.78, 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 #357EE6 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 126 230 -
CMYK 0.77 0.45 0 0.10
HSL 215.25º 0.78% 0.55% -
HSV(B) 215.25º 0.77% 0.9% -
XYZ 23.21 21.39 77.77 -
YUV 116.03 192.32 83.04 -
System Red Green Blue C M Y K H S L
Decimal 53 126 230 0.77 0.45 0 0.10 215.25 0.78 0.55
Hex 35 7E E6 4D 2D 0 A D7 4E 37
Octal 65 176 346 115 55 0 12 327 116 67
Binary 110101 1111110 11100110 1001101 101101 0 1010 11010111 1001110 110111

Color Harmonies of #357EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357EE6

Black with #357EE6

Text Example


Text Example

White with #357EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,126,230); }

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

background-color css

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

 a { background-color: rgb(53,126,230); }

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

border-color css

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

 span { border-color: rgb(53,126,230); }

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