Html Css Color HEX #357BDA Royal Blue

📋 copy color: '#357BDA'

red 53 ◦ green 123 ◦ blue 218

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

Shades of Royal Blue #357BDA

Tints of Royal Blue #357BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 13.45%
G = 31.22%
B = 55.33%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#357BDA (or 0x357BDA) is known color: Royal Blue. HEX triplet: 35, 7B and DA. RGB value is (53,123,218). Sum of RGB (Red+Green+Blue) = 53+123+218=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #357BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BDA is #CA8425. Grayscale: #707070. Windows color (decimal): -13272102 or 14318389. OLE color: 14318389.

HSL color Cylindrical-coordinate representation of color #357BDA: hue angle of 214.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357BDA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 123 218 -
CMYK 0.76 0.44 0 0.15
HSL 214.55º 0.69% 0.53% -
HSV(B) 214.55º 0.76% 0.85% -
XYZ 21.21 19.98 69.07 -
YUV 112.9 187.31 85.28 -
System Red Green Blue C M Y K H S L
Decimal 53 123 218 0.76 0.44 0 0.15 214.55 0.69 0.53
Hex 35 7B DA 4C 2C 0 F D7 45 35
Octal 65 173 332 114 54 0 17 327 105 65
Binary 110101 1111011 11011010 1001100 101100 0 1111 11010111 1000101 110101

Color Harmonies of #357BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BDA

Black with #357BDA

Text Example


Text Example

White with #357BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,123,218); }

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

background-color css

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

 a { background-color: rgb(53,123,218); }

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

border-color css

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

 span { border-color: rgb(53,123,218); }

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