Html Css Color HEX #3F6DDB Royal Blue

📋 copy color: '#3F6DDB'

red 63 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #3F6DDB

Tints of Royal Blue #3F6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

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

R = 16.11%
G = 27.88%
B = 56.01%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F6DDB (or 0x3F6DDB) is known color: Royal Blue. HEX triplet: 3F, 6D and DB. RGB value is (63,109,219). Sum of RGB (Red+Green+Blue) = 63+109+219=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DDB is #C09224. Grayscale: #6B6B6B. Windows color (decimal): -12620325 or 14380351. OLE color: 14380351.

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

Color convert

RGB 63 109 219 -
CMYK 0.71 0.50 0 0.14
HSL 222.31º 0.68% 0.55% -
HSV(B) 222.31º 0.71% 0.86% -
XYZ 20.3 17.11 69.25 -
YUV 107.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 63 109 219 0.71 0.50 0 0.14 222.31 0.68 0.55
Hex 3F 6D DB 47 32 0 E DE 44 37
Octal 77 155 333 107 62 0 16 336 104 67
Binary 111111 1101101 11011011 1000111 110010 0 1110 11011110 1000100 110111

Color Harmonies of #3F6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6DDB

Black with #3F6DDB

Text Example


Text Example

White with #3F6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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