Html Css Color HEX #357FDB Royal Blue

📋 copy color: '#357FDB'

red 53 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #357FDB

Tints of Royal Blue #357FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 13.28%
G = 31.83%
B = 54.89%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#357FDB (or 0x357FDB) is known color: Royal Blue. HEX triplet: 35, 7F and DB. RGB value is (53,127,219). Sum of RGB (Red+Green+Blue) = 53+127+219=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #357FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FDB is #CA8024. Grayscale: #727272. Windows color (decimal): -13271077 or 14384949. OLE color: 14384949.

HSL color Cylindrical-coordinate representation of color #357FDB: hue angle of 213.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357FDB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 127 219 -
CMYK 0.76 0.42 0 0.14
HSL 213.25º 0.7% 0.53% -
HSV(B) 213.25º 0.76% 0.86% -
XYZ 21.84 21.05 69.93 -
YUV 115.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 53 127 219 0.76 0.42 0 0.14 213.25 0.7 0.53
Hex 35 7F DB 4C 2A 0 E D5 46 35
Octal 65 177 333 114 52 0 16 325 106 65
Binary 110101 1111111 11011011 1001100 101010 0 1110 11010101 1000110 110101

Color Harmonies of #357FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FDB

Black with #357FDB

Text Example


Text Example

White with #357FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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