Html Css Color HEX #3F5DDF Royal Blue

📋 copy color: '#3F5DDF'

red 63 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #3F5DDF

Tints of Royal Blue #3F5DDF

RGB

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

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

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

R = 16.62%
G = 24.54%
B = 58.84%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F5DDF (or 0x3F5DDF) is known color: Royal Blue. HEX triplet: 3F, 5D and DF. RGB value is (63,93,223). Sum of RGB (Red+Green+Blue) = 63+93+223=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F5DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DDF is #C0A220. Grayscale: #626262. Windows color (decimal): -12624417 or 14638399. OLE color: 14638399.

HSL color Cylindrical-coordinate representation of color #3F5DDF: hue angle of 228.75º 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 #3F5DDF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 93 223 -
CMYK 0.72 0.58 0 0.13
HSL 228.75º 0.71% 0.56% -
HSV(B) 228.75º 0.72% 0.87% -
XYZ 19.28 14.21 71.54 -
YUV 98.85 198.06 102.43 -
System Red Green Blue C M Y K H S L
Decimal 63 93 223 0.72 0.58 0 0.13 228.75 0.71 0.56
Hex 3F 5D DF 48 3A 0 D E5 47 38
Octal 77 135 337 110 72 0 15 345 107 70
Binary 111111 1011101 11011111 1001000 111010 0 1101 11100101 1000111 111000

Color Harmonies of #3F5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5DDF

Black with #3F5DDF

Text Example


Text Example

White with #3F5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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