Html Css Color HEX #366FFD Royal Blue

📋 copy color: '#366FFD'

red 54 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #366FFD

Tints of Royal Blue #366FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 12.92%
G = 26.56%
B = 60.53%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#366FFD (or 0x366FFD) is known color: Royal Blue. HEX triplet: 36, 6F and FD. RGB value is (54,111,253). Sum of RGB (Red+Green+Blue) = 54+111+253=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #366FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366FFD is #C99002. Grayscale: #6D6D6D. Windows color (decimal): -13209603 or 16609078. OLE color: 16609078.

HSL color Cylindrical-coordinate representation of color #366FFD: hue angle of 222.81º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #366FFD is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 111 253 -
CMYK 0.79 0.56 0 0.01
HSL 222.81º 0.98% 0.6% -
HSV(B) 222.81º 0.79% 0.99% -
XYZ 24.94 19.25 95.33 -
YUV 110.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 54 111 253 0.79 0.56 0 0.01 222.81 0.98 0.6
Hex 36 6F FD 4F 38 0 1 DF 62 3C
Octal 66 157 375 117 70 0 1 337 142 74
Binary 110110 1101111 11111101 1001111 111000 0 1 11011111 1100010 111100

Color Harmonies of #366FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FFD

Black with #366FFD

Text Example


Text Example

White with #366FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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