Html Css Color HEX #366BFD Royal Blue

📋 copy color: '#366BFD'

red 54 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #366BFD

Tints of Royal Blue #366BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 13.04%
G = 25.85%
B = 61.11%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#366BFD (or 0x366BFD) is known color: Royal Blue. HEX triplet: 36, 6B and FD. RGB value is (54,107,253). Sum of RGB (Red+Green+Blue) = 54+107+253=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #366BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366BFD is #C99402. Grayscale: #6B6B6B. Windows color (decimal): -13210627 or 16608054. OLE color: 16608054.

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

Color convert

RGB 54 107 253 -
CMYK 0.79 0.58 0 0.01
HSL 224.02º 0.98% 0.6% -
HSV(B) 224.02º 0.79% 0.99% -
XYZ 24.51 18.39 95.19 -
YUV 107.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 54 107 253 0.79 0.58 0 0.01 224.02 0.98 0.6
Hex 36 6B FD 4F 3A 0 1 E0 62 3C
Octal 66 153 375 117 72 0 1 340 142 74
Binary 110110 1101011 11111101 1001111 111010 0 1 11100000 1100010 111100

Color Harmonies of #366BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BFD

Black with #366BFD

Text Example


Text Example

White with #366BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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