Html Css Color HEX #3F5CDF Royal Blue

📋 copy color: '#3F5CDF'

red 63 ◦ green 92 ◦ blue 223

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

Shades of Royal Blue #3F5CDF

Tints of Royal Blue #3F5CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 16.67%
G = 24.34%
B = 58.99%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F5CDF (or 0x3F5CDF) is known color: Royal Blue. HEX triplet: 3F, 5C and DF. RGB value is (63,92,223). Sum of RGB (Red+Green+Blue) = 63+92+223=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F5CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5CDF is #C0A320. Grayscale: #616161. Windows color (decimal): -12624673 or 14638143. OLE color: 14638143.

HSL color Cylindrical-coordinate representation of color #3F5CDF: hue angle of 229.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5CDF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 92 223 -
CMYK 0.72 0.59 0 0.13
HSL 229.13º 0.71% 0.56% -
HSV(B) 229.13º 0.72% 0.87% -
XYZ 19.2 14.04 71.51 -
YUV 98.26 198.39 102.85 -
System Red Green Blue C M Y K H S L
Decimal 63 92 223 0.72 0.59 0 0.13 229.13 0.71 0.56
Hex 3F 5C DF 48 3B 0 D E5 47 38
Octal 77 134 337 110 73 0 15 345 107 70
Binary 111111 1011100 11011111 1001000 111011 0 1101 11100101 1000111 111000

Color Harmonies of #3F5CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5CDF

Black with #3F5CDF

Text Example


Text Example

White with #3F5CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,92,223); }

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

background-color css

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

 a { background-color: rgb(63,92,223); }

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

border-color css

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

 span { border-color: rgb(63,92,223); }

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