Html Css Color HEX #3F7DDB Royal Blue

📋 copy color: '#3F7DDB'

red 63 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #3F7DDB

Tints of Royal Blue #3F7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

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

R = 15.48%
G = 30.71%
B = 53.81%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F7DDB (or 0x3F7DDB) is known color: Royal Blue. HEX triplet: 3F, 7D and DB. RGB value is (63,125,219). Sum of RGB (Red+Green+Blue) = 63+125+219=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DDB is #C08224. Grayscale: #747474. Windows color (decimal): -12616229 or 14384447. OLE color: 14384447.

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

Color convert

RGB 63 125 219 -
CMYK 0.71 0.43 0 0.14
HSL 216.15º 0.68% 0.55% -
HSV(B) 216.15º 0.71% 0.86% -
XYZ 22.17 20.84 69.87 -
YUV 117.18 185.46 89.36 -
System Red Green Blue C M Y K H S L
Decimal 63 125 219 0.71 0.43 0 0.14 216.15 0.68 0.55
Hex 3F 7D DB 47 2B 0 E D8 44 37
Octal 77 175 333 107 53 0 16 330 104 67
Binary 111111 1111101 11011011 1000111 101011 0 1110 11011000 1000100 110111

Color Harmonies of #3F7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7DDB

Black with #3F7DDB

Text Example


Text Example

White with #3F7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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