Html Css Color HEX #3962FB Royal Blue

📋 copy color: '#3962FB'

red 57 ◦ green 98 ◦ blue 251

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

Shades of Royal Blue #3962FB

Tints of Royal Blue #3962FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 14.04%
G = 24.14%
B = 61.82%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3962FB (or 0x3962FB) is known color: Royal Blue. HEX triplet: 39, 62 and FB. RGB value is (57,98,251). Sum of RGB (Red+Green+Blue) = 57+98+251=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #3962FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3962FB is #C69D04. Grayscale: #666666. Windows color (decimal): -13016325 or 16474681. OLE color: 16474681.

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

Color convert

RGB 57 98 251 -
CMYK 0.77 0.61 0 0.02
HSL 227.32º 0.96% 0.6% -
HSV(B) 227.32º 0.77% 0.98% -
XYZ 23.47 16.57 93.23 -
YUV 103.18 211.42 95.06 -
System Red Green Blue C M Y K H S L
Decimal 57 98 251 0.77 0.61 0 0.02 227.32 0.96 0.6
Hex 39 62 FB 4D 3D 0 2 E3 60 3C
Octal 71 142 373 115 75 0 2 343 140 74
Binary 111001 1100010 11111011 1001101 111101 0 10 11100011 1100000 111100

Color Harmonies of #3962FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3962FB

Black with #3962FB

Text Example


Text Example

White with #3962FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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