Html Css Color HEX #357CDD Royal Blue

📋 copy color: '#357CDD'

red 53 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #357CDD

Tints of Royal Blue #357CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 13.32%
G = 31.16%
B = 55.53%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#357CDD (or 0x357CDD) is known color: Royal Blue. HEX triplet: 35, 7C and DD. RGB value is (53,124,221). Sum of RGB (Red+Green+Blue) = 53+124+221=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #357CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CDD is #CA8322. Grayscale: #717171. Windows color (decimal): -13271843 or 14515253. OLE color: 14515253.

HSL color Cylindrical-coordinate representation of color #357CDD: hue angle of 214.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357CDD is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 124 221 -
CMYK 0.76 0.44 0 0.13
HSL 214.64º 0.71% 0.54% -
HSV(B) 214.64º 0.76% 0.87% -
XYZ 21.73 20.39 71.2 -
YUV 113.83 188.48 84.61 -
System Red Green Blue C M Y K H S L
Decimal 53 124 221 0.76 0.44 0 0.13 214.64 0.71 0.54
Hex 35 7C DD 4C 2C 0 D D7 47 36
Octal 65 174 335 114 54 0 15 327 107 66
Binary 110101 1111100 11011101 1001100 101100 0 1101 11010111 1000111 110110

Color Harmonies of #357CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CDD

Black with #357CDD

Text Example


Text Example

White with #357CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,221); }

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

background-color css

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

 a { background-color: rgb(53,124,221); }

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

border-color css

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

 span { border-color: rgb(53,124,221); }

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