Html Css Color HEX #357CF6 Royal Blue

📋 copy color: '#357CF6'

red 53 ◦ green 124 ◦ blue 246

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

Shades of Royal Blue #357CF6

Tints of Royal Blue #357CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 12.53%
G = 29.31%
B = 58.16%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#357CF6 (or 0x357CF6) is known color: Royal Blue. HEX triplet: 35, 7C and F6. RGB value is (53,124,246). Sum of RGB (Red+Green+Blue) = 53+124+246=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #357CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CF6 is #CA8309. Grayscale: #747474. Windows color (decimal): -13271818 or 16153653. OLE color: 16153653.

HSL color Cylindrical-coordinate representation of color #357CF6: hue angle of 217.93º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357CF6 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 124 246 -
CMYK 0.78 0.50 0 0.04
HSL 217.93º 0.91% 0.59% -
HSV(B) 217.93º 0.78% 0.96% -
XYZ 25.31 21.83 90.07 -
YUV 116.68 200.98 82.58 -
System Red Green Blue C M Y K H S L
Decimal 53 124 246 0.78 0.50 0 0.04 217.93 0.91 0.59
Hex 35 7C F6 4E 32 0 4 DA 5B 3B
Octal 65 174 366 116 62 0 4 332 133 73
Binary 110101 1111100 11110110 1001110 110010 0 100 11011010 1011011 111011

Color Harmonies of #357CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CF6

Black with #357CF6

Text Example


Text Example

White with #357CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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