Html Css Color HEX #3870CD Royal Blue

📋 copy color: '#3870CD'

red 56 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #3870CD

Tints of Royal Blue #3870CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 15.01%
G = 30.03%
B = 54.96%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3870CD (or 0x3870CD) is known color: Royal Blue. HEX triplet: 38, 70 and CD. RGB value is (56,112,205). Sum of RGB (Red+Green+Blue) = 56+112+205=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #3870CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870CD is #C78F32. Grayscale: #696969. Windows color (decimal): -13078323 or 13463608. OLE color: 13463608.

HSL color Cylindrical-coordinate representation of color #3870CD: hue angle of 217.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3870CD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 112 205 -
CMYK 0.73 0.45 0 0.20
HSL 217.45º 0.6% 0.51% -
HSV(B) 217.45º 0.73% 0.8% -
XYZ 18.44 16.84 60.04 -
YUV 105.86 183.95 92.44 -
System Red Green Blue C M Y K H S L
Decimal 56 112 205 0.73 0.45 0 0.20 217.45 0.6 0.51
Hex 38 70 CD 49 2D 0 14 D9 3C 33
Octal 70 160 315 111 55 0 24 331 74 63
Binary 111000 1110000 11001101 1001001 101101 0 10100 11011001 111100 110011

Color Harmonies of #3870CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870CD

Black with #3870CD

Text Example


Text Example

White with #3870CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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