Html Css Color HEX #357DDF Royal Blue

📋 copy color: '#357DDF'

red 53 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #357DDF

Tints of Royal Blue #357DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 13.22%
G = 31.17%
B = 55.61%

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

#357DDF (or 0x357DDF) is known color: Royal Blue. HEX triplet: 35, 7D and DF. RGB value is (53,125,223). Sum of RGB (Red+Green+Blue) = 53+125+223=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #357DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DDF is #CA8220. Grayscale: #727272. Windows color (decimal): -13271585 or 14646581. OLE color: 14646581.

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

Color convert

RGB 53 125 223 -
CMYK 0.76 0.44 0 0.13
HSL 214.59º 0.73% 0.54% -
HSV(B) 214.59º 0.76% 0.87% -
XYZ 22.12 20.75 72.65 -
YUV 114.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 53 125 223 0.76 0.44 0 0.13 214.59 0.73 0.54
Hex 35 7D DF 4C 2C 0 D D7 49 36
Octal 65 175 337 114 54 0 15 327 111 66
Binary 110101 1111101 11011111 1001100 101100 0 1101 11010111 1001001 110110

Color Harmonies of #357DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357DDF

Black with #357DDF

Text Example


Text Example

White with #357DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,125,223); }

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

background-color css

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

 a { background-color: rgb(53,125,223); }

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

border-color css

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

 span { border-color: rgb(53,125,223); }

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