Html Css Color HEX #356FFE Royal Blue

📋 copy color: '#356FFE'

red 53 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #356FFE

Tints of Royal Blue #356FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

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

R = 12.68%
G = 26.56%
B = 60.77%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#356FFE (or 0x356FFE) is known color: Royal Blue. HEX triplet: 35, 6F and FE. RGB value is (53,111,254). Sum of RGB (Red+Green+Blue) = 53+111+254=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #356FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FFE is #CA9001. Grayscale: #6D6D6D. Windows color (decimal): -13275138 or 16674613. OLE color: 16674613.

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

Color convert

RGB 53 111 254 -
CMYK 0.79 0.56 0 0.00
HSL 222.69º 0.99% 0.6% -
HSV(B) 222.69º 0.79% 1% -
XYZ 25.04 19.28 96.17 -
YUV 109.96 209.28 87.37 -
System Red Green Blue C M Y K H S L
Decimal 53 111 254 0.79 0.56 0 0.00 222.69 0.99 0.6
Hex 35 6F FE 4F 38 0 0 DF 63 3C
Octal 65 157 376 117 70 0 0 337 143 74
Binary 110101 1101111 11111110 1001111 111000 0 0 11011111 1100011 111100

Color Harmonies of #356FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FFE

Black with #356FFE

Text Example


Text Example

White with #356FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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