Html Css Color HEX #3870D8 Royal Blue

📋 copy color: '#3870D8'

red 56 ◦ green 112 ◦ blue 216

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

Shades of Royal Blue #3870D8

Tints of Royal Blue #3870D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.25%

R = 14.58%
G = 29.17%
B = 56.25%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3870D8 (or 0x3870D8) is known color: Royal Blue. HEX triplet: 38, 70 and D8. RGB value is (56,112,216). Sum of RGB (Red+Green+Blue) = 56+112+216=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #3870D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870D8 is #C78F27. Grayscale: #6A6A6A. Windows color (decimal): -13078312 or 14184504. OLE color: 14184504.

HSL color Cylindrical-coordinate representation of color #3870D8: hue angle of 219º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3870D8 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 112 216 -
CMYK 0.74 0.48 0 0.15
HSL 219º 0.67% 0.53% -
HSV(B) 219º 0.74% 0.85% -
XYZ 19.82 17.39 67.28 -
YUV 107.11 189.45 91.54 -
System Red Green Blue C M Y K H S L
Decimal 56 112 216 0.74 0.48 0 0.15 219 0.67 0.53
Hex 38 70 D8 4A 30 0 F DB 43 35
Octal 70 160 330 112 60 0 17 333 103 65
Binary 111000 1110000 11011000 1001010 110000 0 1111 11011011 1000011 110101

Color Harmonies of #3870D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870D8

Black with #3870D8

Text Example


Text Example

White with #3870D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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