Html Css Color HEX #355EFE Royal Blue

📋 copy color: '#355EFE'

red 53 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #355EFE

Tints of Royal Blue #355EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 254 (99.61% from 255) = 63.34%

R = 13.22%
G = 23.44%
B = 63.34%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#355EFE (or 0x355EFE) is known color: Royal Blue. HEX triplet: 35, 5E and FE. RGB value is (53,94,254). Sum of RGB (Red+Green+Blue) = 53+94+254=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #355EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFE is #CAA101. Grayscale: #636363. Windows color (decimal): -13279490 or 16670261. OLE color: 16670261.

HSL color Cylindrical-coordinate representation of color #355EFE: hue angle of 227.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355EFE is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 94 254 -
CMYK 0.79 0.63 0 0.00
HSL 227.76º 0.99% 0.6% -
HSV(B) 227.76º 0.79% 1% -
XYZ 23.36 15.92 95.61 -
YUV 99.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 53 94 254 0.79 0.63 0 0.00 227.76 0.99 0.6
Hex 35 5E FE 4F 3F 0 0 E4 63 3C
Octal 65 136 376 117 77 0 0 344 143 74
Binary 110101 1011110 11111110 1001111 111111 0 0 11100100 1100011 111100

Color Harmonies of #355EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EFE

Black with #355EFE

Text Example


Text Example

White with #355EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,94,254); }

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

background-color css

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

 a { background-color: rgb(53,94,254); }

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

border-color css

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

 span { border-color: rgb(53,94,254); }

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