Html Css Color HEX #3F5DF1 Royal Blue

📋 copy color: '#3F5DF1'

red 63 ◦ green 93 ◦ blue 241

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

Shades of Royal Blue #3F5DF1

Tints of Royal Blue #3F5DF1

RGB

 RED value IS 63 (25% from 255) = 15.87%

 GREEN value IS 93 (36.72% from 255) = 23.43%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 15.87%
G = 23.43%
B = 60.71%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3F5DF1 (or 0x3F5DF1) is known color: Royal Blue. HEX triplet: 3F, 5D and F1. RGB value is (63,93,241). Sum of RGB (Red+Green+Blue) = 63+93+241=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F5DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5DF1 is #C0A20E. Grayscale: #646464. Windows color (decimal): -12624399 or 15818047. OLE color: 15818047.

HSL color Cylindrical-coordinate representation of color #3F5DF1: hue angle of 229.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F5DF1 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 93 241 -
CMYK 0.74 0.61 0 0.05
HSL 229.89º 0.86% 0.6% -
HSV(B) 229.89º 0.74% 0.95% -
XYZ 21.84 15.24 85.01 -
YUV 100.9 207.06 100.97 -
System Red Green Blue C M Y K H S L
Decimal 63 93 241 0.74 0.61 0 0.05 229.89 0.86 0.6
Hex 3F 5D F1 4A 3D 0 5 E6 56 3C
Octal 77 135 361 112 75 0 5 346 126 74
Binary 111111 1011101 11110001 1001010 111101 0 101 11100110 1010110 111100

Color Harmonies of #3F5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DF1

Black with #3F5DF1

Text Example


Text Example

White with #3F5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5DF1; }

 p { color: rgb(63,93,241); }

 H1.HeaderClassName
 {
   color: #3F5DF1;
 }
 .AnyTagClassName
 {
   color: #3F5DF1;
 }
</style>

background-color css

<style>
 a { background-color: #3F5DF1; }

 a { background-color: rgb(63,93,241); }

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

border-color css

<style>
 span { border-color: #3F5DF1; }

 span { border-color: rgb(63,93,241); }

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