Html Css Color HEX #3F83DD Royal Blue

📋 copy color: '#3F83DD'

red 63 ◦ green 131 ◦ blue 221

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

Shades of Royal Blue #3F83DD

Tints of Royal Blue #3F83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 15.18%
G = 31.57%
B = 53.25%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F83DD (or 0x3F83DD) is known color: Royal Blue. HEX triplet: 3F, 83 and DD. RGB value is (63,131,221). Sum of RGB (Red+Green+Blue) = 63+131+221=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F83DD is #C07C22. Grayscale: #787878. Windows color (decimal): -12614691 or 14517055. OLE color: 14517055.

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

Color convert

RGB 63 131 221 -
CMYK 0.71 0.41 0 0.13
HSL 214.18º 0.7% 0.56% -
HSV(B) 214.18º 0.71% 0.87% -
XYZ 23.22 22.51 71.53 -
YUV 120.93 184.47 86.68 -
System Red Green Blue C M Y K H S L
Decimal 63 131 221 0.71 0.41 0 0.13 214.18 0.7 0.56
Hex 3F 83 DD 47 29 0 D D6 46 38
Octal 77 203 335 107 51 0 15 326 106 70
Binary 111111 10000011 11011101 1000111 101001 0 1101 11010110 1000110 111000

Color Harmonies of #3F83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F83DD

Black with #3F83DD

Text Example


Text Example

White with #3F83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,131,221); }

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

background-color css

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

 a { background-color: rgb(63,131,221); }

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

border-color css

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

 span { border-color: rgb(63,131,221); }

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