Html Css Color HEX #366DFE Royal Blue

📋 copy color: '#366DFE'

red 54 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #366DFE

Tints of Royal Blue #366DFE

RGB

 RED value IS 54 (21.48% from 255) = 12.95%

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

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

R = 12.95%
G = 26.14%
B = 60.91%

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

#366DFE (or 0x366DFE) is known color: Royal Blue. HEX triplet: 36, 6D and FE. RGB value is (54,109,254). Sum of RGB (Red+Green+Blue) = 54+109+254=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #366DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366DFE is #C99201. Grayscale: #6C6C6C. Windows color (decimal): -13210114 or 16674102. OLE color: 16674102.

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

Color convert

RGB 54 109 254 -
CMYK 0.79 0.57 0 0.00
HSL 223.5º 0.99% 0.6% -
HSV(B) 223.5º 0.79% 1% -
XYZ 24.88 18.88 96.1 -
YUV 109.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 54 109 254 0.79 0.57 0 0.00 223.5 0.99 0.6
Hex 36 6D FE 4F 39 0 0 E0 63 3C
Octal 66 155 376 117 71 0 0 340 143 74
Binary 110110 1101101 11111110 1001111 111001 0 0 11100000 1100011 111100

Color Harmonies of #366DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DFE

Black with #366DFE

Text Example


Text Example

White with #366DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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