Html Css Color HEX #387CDC Royal Blue

📋 copy color: '#387CDC'

red 56 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #387CDC

Tints of Royal Blue #387CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 14%
G = 31%
B = 55%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#387CDC (or 0x387CDC) is known color: Royal Blue. HEX triplet: 38, 7C and DC. RGB value is (56,124,220). Sum of RGB (Red+Green+Blue) = 56+124+220=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #387CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CDC is #C78323. Grayscale: #727272. Windows color (decimal): -13075236 or 14449720. OLE color: 14449720.

HSL color Cylindrical-coordinate representation of color #387CDC: hue angle of 215.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387CDC is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 124 220 -
CMYK 0.75 0.44 0 0.14
HSL 215.12º 0.7% 0.54% -
HSV(B) 215.12º 0.75% 0.86% -
XYZ 21.76 20.42 70.51 -
YUV 114.61 187.47 86.19 -
System Red Green Blue C M Y K H S L
Decimal 56 124 220 0.75 0.44 0 0.14 215.12 0.7 0.54
Hex 38 7C DC 4B 2C 0 E D7 46 36
Octal 70 174 334 113 54 0 16 327 106 66
Binary 111000 1111100 11011100 1001011 101100 0 1110 11010111 1000110 110110

Color Harmonies of #387CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CDC

Black with #387CDC

Text Example


Text Example

White with #387CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387CDC; }

 p { color: rgb(56,124,220); }

 H1.HeaderClassName
 {
   color: #387CDC;
 }
 .AnyTagClassName
 {
   color: #387CDC;
 }
</style>

background-color css

<style>
 a { background-color: #387CDC; }

 a { background-color: rgb(56,124,220); }

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

border-color css

<style>
 span { border-color: #387CDC; }

 span { border-color: rgb(56,124,220); }

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