#387DDA

Color #387DDA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #387DDA

Tints of Royal Blue #387DDA

Color information

#387DDA (or 0x387DDA) is unknown color: approx Royal Blue. HEX triplet: 38, 7D and DA. RGB value is (56,125,218). Sum of RGB (Red+Green+Blue) = 56+125+218=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #387DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DDA is #C78225. Grayscale: #727272. Windows color (decimal): -13074982 or 14318904. OLE color: 14318904.

HSL color Cylindrical-coordinate representation of color #387DDA: hue angle of 214.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387DDA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB56125218-
CMYK0.740.4300.15
HSL214.44º68.64%53.73%-
HSV(B)214.44º74.31%85.49%-
XYZ21.6220.5769.16-
YUV114.97186.1485.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.04%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 218 (85.55% from 255) = 54.64%
R=14.04%
G=31.33%
B=54.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal561252180.740.4300.15214.4468.6453.73
Hex387DDA4A2B0Fd64536
Octal701753321125301732610566
Binary111000111110111011010100101010101101111110101101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,125,218); }

 H1.HeaderClassName
 {
   color: #387DDA;
 }
 .AnyTagClassName
 {
   color: #387DDA;
 }
</style>
background-color css

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

 a { background-color: rgb(56,125,218); }

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

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

 span { border-color: rgb(56,125,218); }

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