Html Css Color HEX #366CF8 Royal Blue

📋 copy color: '#366CF8'

red 54 ◦ green 108 ◦ blue 248

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

Shades of Royal Blue #366CF8

Tints of Royal Blue #366CF8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 13.17%
G = 26.34%
B = 60.49%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#366CF8 (or 0x366CF8) is known color: Royal Blue. HEX triplet: 36, 6C and F8. RGB value is (54,108,248). Sum of RGB (Red+Green+Blue) = 54+108+248=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 108 (42.58% from 255 or 26.34% 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 #366CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CF8 is #C99307. Grayscale: #6B6B6B. Windows color (decimal): -13210376 or 16280630. OLE color: 16280630.

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

Color convert

RGB 54 108 248 -
CMYK 0.78 0.56 0 0.03
HSL 223.3º 0.93% 0.59% -
HSV(B) 223.3º 0.78% 0.97% -
XYZ 23.83 18.29 91.08 -
YUV 107.81 207.11 89.62 -
System Red Green Blue C M Y K H S L
Decimal 54 108 248 0.78 0.56 0 0.03 223.3 0.93 0.59
Hex 36 6C F8 4E 38 0 3 DF 5D 3B
Octal 66 154 370 116 70 0 3 337 135 73
Binary 110110 1101100 11111000 1001110 111000 0 11 11011111 1011101 111011

Color Harmonies of #366CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CF8

Black with #366CF8

Text Example


Text Example

White with #366CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,108,248); }

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

background-color css

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

 a { background-color: rgb(54,108,248); }

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

border-color css

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

 span { border-color: rgb(54,108,248); }

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