Html Css Color HEX #355CF0 Royal Blue

📋 copy color: '#355CF0'

red 53 ◦ green 92 ◦ blue 240

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

Shades of Royal Blue #355CF0

Tints of Royal Blue #355CF0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 240 (94.14% from 255) = 62.34%

R = 13.77%
G = 23.9%
B = 62.34%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#355CF0 (or 0x355CF0) is known color: Royal Blue. HEX triplet: 35, 5C and F0. RGB value is (53,92,240). Sum of RGB (Red+Green+Blue) = 53+92+240=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #355CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CF0 is #CAA30F. Grayscale: #606060. Windows color (decimal): -13280016 or 15752245. OLE color: 15752245.

HSL color Cylindrical-coordinate representation of color #355CF0: hue angle of 227.49º degrees, saturation: 0.86, 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 #355CF0 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 92 240 -
CMYK 0.78 0.62 0 0.06
HSL 227.49º 0.86% 0.57% -
HSV(B) 227.49º 0.78% 0.94% -
XYZ 21.02 14.7 84.17 -
YUV 97.21 208.58 96.47 -
System Red Green Blue C M Y K H S L
Decimal 53 92 240 0.78 0.62 0 0.06 227.49 0.86 0.57
Hex 35 5C F0 4E 3E 0 6 E3 56 39
Octal 65 134 360 116 76 0 6 343 126 71
Binary 110101 1011100 11110000 1001110 111110 0 110 11100011 1010110 111001

Color Harmonies of #355CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CF0

Black with #355CF0

Text Example


Text Example

White with #355CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355CF0; }

 p { color: rgb(53,92,240); }

 H1.HeaderClassName
 {
   color: #355CF0;
 }
 .AnyTagClassName
 {
   color: #355CF0;
 }
</style>

background-color css

<style>
 a { background-color: #355CF0; }

 a { background-color: rgb(53,92,240); }

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

border-color css

<style>
 span { border-color: #355CF0; }

 span { border-color: rgb(53,92,240); }

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