Html Css Color HEX #356DFE Royal Blue

📋 copy color: '#356DFE'

red 53 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #356DFE

Tints of Royal Blue #356DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

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

R = 12.74%
G = 26.2%
B = 61.06%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#356DFE (or 0x356DFE) is known color: Royal Blue. HEX triplet: 35, 6D and FE. RGB value is (53,109,254). Sum of RGB (Red+Green+Blue) = 53+109+254=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #356DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356DFE is #CA9201. Grayscale: #6C6C6C. Windows color (decimal): -13275650 or 16674101. OLE color: 16674101.

HSL color Cylindrical-coordinate representation of color #356DFE: hue angle of 223.28º 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 #356DFE is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 109 254 -
CMYK 0.79 0.57 0 0.00
HSL 223.28º 0.99% 0.6% -
HSV(B) 223.28º 0.79% 1% -
XYZ 24.83 18.85 96.1 -
YUV 108.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 53 109 254 0.79 0.57 0 0.00 223.28 0.99 0.6
Hex 35 6D FE 4F 39 0 0 DF 63 3C
Octal 65 155 376 117 71 0 0 337 143 74
Binary 110101 1101101 11111110 1001111 111001 0 0 11011111 1100011 111100

Color Harmonies of #356DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DFE

Black with #356DFE

Text Example


Text Example

White with #356DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356DFE; }

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

 H1.HeaderClassName
 {
   color: #356DFE;
 }
 .AnyTagClassName
 {
   color: #356DFE;
 }
</style>

background-color css

<style>
 a { background-color: #356DFE; }

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

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

border-color css

<style>
 span { border-color: #356DFE; }

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

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