Html Css Color HEX #355AF9 Royal Blue

📋 copy color: '#355AF9'

red 53 ◦ green 90 ◦ blue 249

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

Shades of Royal Blue #355AF9

Tints of Royal Blue #355AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 249 (97.66% from 255) = 63.52%

R = 13.52%
G = 22.96%
B = 63.52%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#355AF9 (or 0x355AF9) is known color: Royal Blue. HEX triplet: 35, 5A and F9. RGB value is (53,90,249). Sum of RGB (Red+Green+Blue) = 53+90+249=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #355AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AF9 is #CAA506. Grayscale: #606060. Windows color (decimal): -13280519 or 16341557. OLE color: 16341557.

HSL color Cylindrical-coordinate representation of color #355AF9: hue angle of 228.67º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355AF9 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 90 249 -
CMYK 0.79 0.64 0 0.02
HSL 228.67º 0.94% 0.59% -
HSV(B) 228.67º 0.79% 0.98% -
XYZ 22.22 14.91 91.33 -
YUV 97.06 213.74 96.57 -
System Red Green Blue C M Y K H S L
Decimal 53 90 249 0.79 0.64 0 0.02 228.67 0.94 0.59
Hex 35 5A F9 4F 40 0 2 E5 5E 3B
Octal 65 132 371 117 100 0 2 345 136 73
Binary 110101 1011010 11111001 1001111 1000000 0 10 11100101 1011110 111011

Color Harmonies of #355AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AF9

Black with #355AF9

Text Example


Text Example

White with #355AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,90,249); }

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

background-color css

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

 a { background-color: rgb(53,90,249); }

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

border-color css

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

 span { border-color: rgb(53,90,249); }

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