Html Css Color HEX #3F70DB Royal Blue

📋 copy color: '#3F70DB'

red 63 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #3F70DB

Tints of Royal Blue #3F70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 15.99%
G = 28.43%
B = 55.58%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F70DB (or 0x3F70DB) is known color: Royal Blue. HEX triplet: 3F, 70 and DB. RGB value is (63,112,219). Sum of RGB (Red+Green+Blue) = 63+112+219=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F70DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70DB is #C08F24. Grayscale: #6D6D6D. Windows color (decimal): -12619557 or 14381119. OLE color: 14381119.

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

Color convert

RGB 63 112 219 -
CMYK 0.71 0.49 0 0.14
HSL 221.15º 0.68% 0.55% -
HSV(B) 221.15º 0.71% 0.86% -
XYZ 20.63 17.76 69.36 -
YUV 109.55 189.77 94.8 -
System Red Green Blue C M Y K H S L
Decimal 63 112 219 0.71 0.49 0 0.14 221.15 0.68 0.55
Hex 3F 70 DB 47 31 0 E DD 44 37
Octal 77 160 333 107 61 0 16 335 104 67
Binary 111111 1110000 11011011 1000111 110001 0 1110 11011101 1000100 110111

Color Harmonies of #3F70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70DB

Black with #3F70DB

Text Example


Text Example

White with #3F70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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