Html Css Color HEX #357CEF Royal Blue

📋 copy color: '#357CEF'

red 53 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #357CEF

Tints of Royal Blue #357CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 12.74%
G = 29.81%
B = 57.45%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#357CEF (or 0x357CEF) is known color: Royal Blue. HEX triplet: 35, 7C and EF. RGB value is (53,124,239). Sum of RGB (Red+Green+Blue) = 53+124+239=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #357CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CEF is #CA8310. Grayscale: #737373. Windows color (decimal): -13271825 or 15694901. OLE color: 15694901.

HSL color Cylindrical-coordinate representation of color #357CEF: hue angle of 217.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357CEF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 124 239 -
CMYK 0.78 0.48 0 0.06
HSL 217.1º 0.85% 0.57% -
HSV(B) 217.1º 0.78% 0.94% -
XYZ 24.26 21.4 84.51 -
YUV 115.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 53 124 239 0.78 0.48 0 0.06 217.1 0.85 0.57
Hex 35 7C EF 4E 30 0 6 D9 55 39
Octal 65 174 357 116 60 0 6 331 125 71
Binary 110101 1111100 11101111 1001110 110000 0 110 11011001 1010101 111001

Color Harmonies of #357CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CEF

Black with #357CEF

Text Example


Text Example

White with #357CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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