Html Css Color HEX #3F59DB Royal Blue

📋 copy color: '#3F59DB'

red 63 ◦ green 89 ◦ blue 219

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

Shades of Royal Blue #3F59DB

Tints of Royal Blue #3F59DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 16.98%
G = 23.99%
B = 59.03%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F59DB (or 0x3F59DB) is known color: Royal Blue. HEX triplet: 3F, 59 and DB. RGB value is (63,89,219). Sum of RGB (Red+Green+Blue) = 63+89+219=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F59DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59DB is #C0A624. Grayscale: #5F5F5F. Windows color (decimal): -12625445 or 14375231. OLE color: 14375231.

HSL color Cylindrical-coordinate representation of color #3F59DB: hue angle of 230º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F59DB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 89 219 -
CMYK 0.71 0.59 0 0.14
HSL 230º 0.68% 0.55% -
HSV(B) 230º 0.71% 0.86% -
XYZ 18.41 13.32 68.62 -
YUV 96.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 63 89 219 0.71 0.59 0 0.14 230 0.68 0.55
Hex 3F 59 DB 47 3B 0 E E6 44 37
Octal 77 131 333 107 73 0 16 346 104 67
Binary 111111 1011001 11011011 1000111 111011 0 1110 11100110 1000100 110111

Color Harmonies of #3F59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F59DB

Black with #3F59DB

Text Example


Text Example

White with #3F59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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