Html Css Color HEX #356DF8 Royal Blue

📋 copy color: '#356DF8'

red 53 ◦ green 109 ◦ blue 248

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

Shades of Royal Blue #356DF8

Tints of Royal Blue #356DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.49%

R = 12.93%
G = 26.59%
B = 60.49%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#356DF8 (or 0x356DF8) is known color: Royal Blue. HEX triplet: 35, 6D and F8. RGB value is (53,109,248). Sum of RGB (Red+Green+Blue) = 53+109+248=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #356DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356DF8 is #CA9207. Grayscale: #6B6B6B. Windows color (decimal): -13275656 or 16280885. OLE color: 16280885.

HSL color Cylindrical-coordinate representation of color #356DF8: hue angle of 222.77º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356DF8 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 109 248 -
CMYK 0.79 0.56 0 0.03
HSL 222.77º 0.93% 0.59% -
HSV(B) 222.77º 0.79% 0.97% -
XYZ 23.88 18.47 91.11 -
YUV 108.1 206.95 88.7 -
System Red Green Blue C M Y K H S L
Decimal 53 109 248 0.79 0.56 0 0.03 222.77 0.93 0.59
Hex 35 6D F8 4F 38 0 3 DF 5D 3B
Octal 65 155 370 117 70 0 3 337 135 73
Binary 110101 1101101 11111000 1001111 111000 0 11 11011111 1011101 111011

Color Harmonies of #356DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DF8

Black with #356DF8

Text Example


Text Example

White with #356DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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