Html Css Color HEX #396DFB Royal Blue

📋 copy color: '#396DFB'

red 57 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #396DFB

Tints of Royal Blue #396DFB

RGB

 RED value IS 57 (22.66% from 255) = 13.67%

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

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 13.67%
G = 26.14%
B = 60.19%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#396DFB (or 0x396DFB) is known color: Royal Blue. HEX triplet: 39, 6D and FB. RGB value is (57,109,251). Sum of RGB (Red+Green+Blue) = 57+109+251=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #396DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DFB is #C69204. Grayscale: #6D6D6D. Windows color (decimal): -13013509 or 16477497. OLE color: 16477497.

HSL color Cylindrical-coordinate representation of color #396DFB: hue angle of 223.92º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396DFB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 109 251 -
CMYK 0.77 0.57 0 0.02
HSL 223.92º 0.96% 0.6% -
HSV(B) 223.92º 0.77% 0.98% -
XYZ 24.57 18.77 93.6 -
YUV 109.64 207.77 90.45 -
System Red Green Blue C M Y K H S L
Decimal 57 109 251 0.77 0.57 0 0.02 223.92 0.96 0.6
Hex 39 6D FB 4D 39 0 2 E0 60 3C
Octal 71 155 373 115 71 0 2 340 140 74
Binary 111001 1101101 11111011 1001101 111001 0 10 11100000 1100000 111100

Color Harmonies of #396DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DFB

Black with #396DFB

Text Example


Text Example

White with #396DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396DFB; }

 p { color: rgb(57,109,251); }

 H1.HeaderClassName
 {
   color: #396DFB;
 }
 .AnyTagClassName
 {
   color: #396DFB;
 }
</style>

background-color css

<style>
 a { background-color: #396DFB; }

 a { background-color: rgb(57,109,251); }

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

border-color css

<style>
 span { border-color: #396DFB; }

 span { border-color: rgb(57,109,251); }

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