Html Css Color HEX #357ADB Royal Blue

📋 copy color: '#357ADB'

red 53 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #357ADB

Tints of Royal Blue #357ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 13.45%
G = 30.96%
B = 55.58%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#357ADB (or 0x357ADB) is known color: Royal Blue. HEX triplet: 35, 7A and DB. RGB value is (53,122,219). Sum of RGB (Red+Green+Blue) = 53+122+219=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #357ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ADB is #CA8524. Grayscale: #6F6F6F. Windows color (decimal): -13272357 or 14383669. OLE color: 14383669.

HSL color Cylindrical-coordinate representation of color #357ADB: hue angle of 215.06º 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 #357ADB is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 122 219 -
CMYK 0.76 0.44 0 0.14
HSL 215.06º 0.7% 0.53% -
HSV(B) 215.06º 0.76% 0.86% -
XYZ 21.21 19.79 69.72 -
YUV 112.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 53 122 219 0.76 0.44 0 0.14 215.06 0.7 0.53
Hex 35 7A DB 4C 2C 0 E D7 46 35
Octal 65 172 333 114 54 0 16 327 106 65
Binary 110101 1111010 11011011 1001100 101100 0 1110 11010111 1000110 110101

Color Harmonies of #357ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ADB

Black with #357ADB

Text Example


Text Example

White with #357ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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