Html Css Color HEX #366FFE Royal Blue

📋 copy color: '#366FFE'

red 54 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #366FFE

Tints of Royal Blue #366FFE

RGB

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

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

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

R = 12.89%
G = 26.49%
B = 60.62%

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

#366FFE (or 0x366FFE) is known color: Royal Blue. HEX triplet: 36, 6F and FE. RGB value is (54,111,254). Sum of RGB (Red+Green+Blue) = 54+111+254=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #366FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366FFE is #C99001. Grayscale: #6D6D6D. Windows color (decimal): -13209602 or 16674614. OLE color: 16674614.

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

Color convert

RGB 54 111 254 -
CMYK 0.79 0.56 0 0.00
HSL 222.9º 0.99% 0.6% -
HSV(B) 222.9º 0.79% 1% -
XYZ 25.1 19.31 96.17 -
YUV 110.26 209.12 87.87 -
System Red Green Blue C M Y K H S L
Decimal 54 111 254 0.79 0.56 0 0.00 222.9 0.99 0.6
Hex 36 6F FE 4F 38 0 0 DF 63 3C
Octal 66 157 376 117 70 0 0 337 143 74
Binary 110110 1101111 11111110 1001111 111000 0 0 11011111 1100011 111100

Color Harmonies of #366FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FFE

Black with #366FFE

Text Example


Text Example

White with #366FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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