Html Css Color HEX #3F84DD Royal Blue

📋 copy color: '#3F84DD'

red 63 ◦ green 132 ◦ blue 221

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

Shades of Royal Blue #3F84DD

Tints of Royal Blue #3F84DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

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

R = 15.14%
G = 31.73%
B = 53.13%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F84DD (or 0x3F84DD) is known color: Royal Blue. HEX triplet: 3F, 84 and DD. RGB value is (63,132,221). Sum of RGB (Red+Green+Blue) = 63+132+221=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F84DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84DD is #C07B22. Grayscale: #797979. Windows color (decimal): -12614435 or 14517311. OLE color: 14517311.

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

Color convert

RGB 63 132 221 -
CMYK 0.71 0.40 0 0.13
HSL 213.8º 0.7% 0.56% -
HSV(B) 213.8º 0.71% 0.87% -
XYZ 23.35 22.78 71.57 -
YUV 121.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 63 132 221 0.71 0.40 0 0.13 213.8 0.7 0.56
Hex 3F 84 DD 47 28 0 D D6 46 38
Octal 77 204 335 107 50 0 15 326 106 70
Binary 111111 10000100 11011101 1000111 101000 0 1101 11010110 1000110 111000

Color Harmonies of #3F84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F84DD

Black with #3F84DD

Text Example


Text Example

White with #3F84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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