Html Css Color HEX #3F59DD Royal Blue

📋 copy color: '#3F59DD'

red 63 ◦ green 89 ◦ blue 221

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

Shades of Royal Blue #3F59DD

Tints of Royal Blue #3F59DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 16.89%
G = 23.86%
B = 59.25%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F59DD (or 0x3F59DD) is known color: Royal Blue. HEX triplet: 3F, 59 and DD. RGB value is (63,89,221). Sum of RGB (Red+Green+Blue) = 63+89+221=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F59DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59DD is #C0A622. Grayscale: #5F5F5F. Windows color (decimal): -12625443 or 14506303. OLE color: 14506303.

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

Color convert

RGB 63 89 221 -
CMYK 0.71 0.60 0 0.13
HSL 230.13º 0.7% 0.56% -
HSV(B) 230.13º 0.71% 0.87% -
XYZ 18.67 13.42 70.01 -
YUV 96.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 63 89 221 0.71 0.60 0 0.13 230.13 0.7 0.56
Hex 3F 59 DD 47 3C 0 D E6 46 38
Octal 77 131 335 107 74 0 15 346 106 70
Binary 111111 1011001 11011101 1000111 111100 0 1101 11100110 1000110 111000

Color Harmonies of #3F59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F59DD

Black with #3F59DD

Text Example


Text Example

White with #3F59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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