Html Css Color HEX #355FEF Royal Blue

📋 copy color: '#355FEF'

red 53 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #355FEF

Tints of Royal Blue #355FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 13.7%
G = 24.55%
B = 61.76%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#355FEF (or 0x355FEF) is known color: Royal Blue. HEX triplet: 35, 5F and EF. RGB value is (53,95,239). Sum of RGB (Red+Green+Blue) = 53+95+239=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #355FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FEF is #CAA010. Grayscale: #626262. Windows color (decimal): -13279249 or 15687477. OLE color: 15687477.

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

Color convert

RGB 53 95 239 -
CMYK 0.78 0.60 0 0.06
HSL 226.45º 0.85% 0.57% -
HSV(B) 226.45º 0.78% 0.94% -
XYZ 21.14 15.17 83.48 -
YUV 98.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 53 95 239 0.78 0.60 0 0.06 226.45 0.85 0.57
Hex 35 5F EF 4E 3C 0 6 E2 55 39
Octal 65 137 357 116 74 0 6 342 125 71
Binary 110101 1011111 11101111 1001110 111100 0 110 11100010 1010101 111001

Color Harmonies of #355FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FEF

Black with #355FEF

Text Example


Text Example

White with #355FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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