Html Css Color HEX #3870DB Royal Blue

📋 copy color: '#3870DB'

red 56 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #3870DB

Tints of Royal Blue #3870DB

RGB

 RED value IS 56 (22.27% from 255) = 14.47%

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

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

R = 14.47%
G = 28.94%
B = 56.59%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3870DB (or 0x3870DB) is known color: Royal Blue. HEX triplet: 38, 70 and DB. RGB value is (56,112,219). Sum of RGB (Red+Green+Blue) = 56+112+219=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3870DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870DB is #C78F24. Grayscale: #6A6A6A. Windows color (decimal): -13078309 or 14381112. OLE color: 14381112.

HSL color Cylindrical-coordinate representation of color #3870DB: hue angle of 219.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3870DB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 112 219 -
CMYK 0.74 0.49 0 0.14
HSL 219.39º 0.69% 0.54% -
HSV(B) 219.39º 0.74% 0.86% -
XYZ 20.21 17.54 69.34 -
YUV 107.45 190.95 91.3 -
System Red Green Blue C M Y K H S L
Decimal 56 112 219 0.74 0.49 0 0.14 219.39 0.69 0.54
Hex 38 70 DB 4A 31 0 E DB 45 36
Octal 70 160 333 112 61 0 16 333 105 66
Binary 111000 1110000 11011011 1001010 110001 0 1110 11011011 1000101 110110

Color Harmonies of #3870DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870DB

Black with #3870DB

Text Example


Text Example

White with #3870DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3870DB; }

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

 H1.HeaderClassName
 {
   color: #3870DB;
 }
 .AnyTagClassName
 {
   color: #3870DB;
 }
</style>

background-color css

<style>
 a { background-color: #3870DB; }

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

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

border-color css

<style>
 span { border-color: #3870DB; }

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

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