Html Css Color HEX #3966FB Royal Blue

📋 copy color: '#3966FB'

red 57 ◦ green 102 ◦ blue 251

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

Shades of Royal Blue #3966FB

Tints of Royal Blue #3966FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

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

R = 13.9%
G = 24.88%
B = 61.22%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3966FB (or 0x3966FB) is known color: Royal Blue. HEX triplet: 39, 66 and FB. RGB value is (57,102,251). Sum of RGB (Red+Green+Blue) = 57+102+251=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #3966FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3966FB is #C69904. Grayscale: #686868. Windows color (decimal): -13015301 or 16475705. OLE color: 16475705.

HSL color Cylindrical-coordinate representation of color #3966FB: hue angle of 226.08º 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 #3966FB is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 102 251 -
CMYK 0.77 0.59 0 0.02
HSL 226.08º 0.96% 0.6% -
HSV(B) 226.08º 0.77% 0.98% -
XYZ 23.85 17.34 93.36 -
YUV 105.53 210.09 93.38 -
System Red Green Blue C M Y K H S L
Decimal 57 102 251 0.77 0.59 0 0.02 226.08 0.96 0.6
Hex 39 66 FB 4D 3B 0 2 E2 60 3C
Octal 71 146 373 115 73 0 2 342 140 74
Binary 111001 1100110 11111011 1001101 111011 0 10 11100010 1100000 111100

Color Harmonies of #3966FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3966FB

Black with #3966FB

Text Example


Text Example

White with #3966FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3966FB; }

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

 H1.HeaderClassName
 {
   color: #3966FB;
 }
 .AnyTagClassName
 {
   color: #3966FB;
 }
</style>

background-color css

<style>
 a { background-color: #3966FB; }

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

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

border-color css

<style>
 span { border-color: #3966FB; }

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

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