Html Css Color HEX #357FDC Royal Blue

📋 copy color: '#357FDC'

red 53 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #357FDC

Tints of Royal Blue #357FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 13.25%
G = 31.75%
B = 55%

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

#357FDC (or 0x357FDC) is known color: Royal Blue. HEX triplet: 35, 7F and DC. RGB value is (53,127,220). Sum of RGB (Red+Green+Blue) = 53+127+220=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #357FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FDC is #CA8023. Grayscale: #737373. Windows color (decimal): -13271076 or 14450485. OLE color: 14450485.

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

Color convert

RGB 53 127 220 -
CMYK 0.76 0.42 0 0.14
HSL 213.41º 0.7% 0.54% -
HSV(B) 213.41º 0.76% 0.86% -
XYZ 21.98 21.1 70.63 -
YUV 115.48 186.98 83.44 -
System Red Green Blue C M Y K H S L
Decimal 53 127 220 0.76 0.42 0 0.14 213.41 0.7 0.54
Hex 35 7F DC 4C 2A 0 E D5 46 36
Octal 65 177 334 114 52 0 16 325 106 66
Binary 110101 1111111 11011100 1001100 101010 0 1110 11010101 1000110 110110

Color Harmonies of #357FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FDC

Black with #357FDC

Text Example


Text Example

White with #357FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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