Html Css Color HEX #3F5DD6 Royal Blue

📋 copy color: '#3F5DD6'

red 63 ◦ green 93 ◦ blue 214

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

Shades of Royal Blue #3F5DD6

Tints of Royal Blue #3F5DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 17.03%
G = 25.14%
B = 57.84%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F5DD6 (or 0x3F5DD6) is known color: Royal Blue. HEX triplet: 3F, 5D and D6. RGB value is (63,93,214). Sum of RGB (Red+Green+Blue) = 63+93+214=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #3F5DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DD6 is #C0A229. Grayscale: #616161. Windows color (decimal): -12624426 or 14048575. OLE color: 14048575.

HSL color Cylindrical-coordinate representation of color #3F5DD6: hue angle of 228.08º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5DD6 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 93 214 -
CMYK 0.71 0.57 0 0.16
HSL 228.08º 0.65% 0.54% -
HSV(B) 228.08º 0.71% 0.84% -
XYZ 18.1 13.74 65.32 -
YUV 97.82 193.56 103.16 -
System Red Green Blue C M Y K H S L
Decimal 63 93 214 0.71 0.57 0 0.16 228.08 0.65 0.54
Hex 3F 5D D6 47 39 0 10 E4 41 36
Octal 77 135 326 107 71 0 20 344 101 66
Binary 111111 1011101 11010110 1000111 111001 0 10000 11100100 1000001 110110

Color Harmonies of #3F5DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DD6

Black with #3F5DD6

Text Example


Text Example

White with #3F5DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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