Html Css Color HEX #387CDF Royal Blue

📋 copy color: '#387CDF'

red 56 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #387CDF

Tints of Royal Blue #387CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 13.9%
G = 30.77%
B = 55.33%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#387CDF (or 0x387CDF) is known color: Royal Blue. HEX triplet: 38, 7C and DF. RGB value is (56,124,223). Sum of RGB (Red+Green+Blue) = 56+124+223=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #387CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CDF is #C78320. Grayscale: #727272. Windows color (decimal): -13075233 or 14646328. OLE color: 14646328.

HSL color Cylindrical-coordinate representation of color #387CDF: hue angle of 215.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387CDF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 124 223 -
CMYK 0.75 0.44 0 0.13
HSL 215.57º 0.72% 0.55% -
HSV(B) 215.57º 0.75% 0.87% -
XYZ 22.16 20.58 72.62 -
YUV 114.95 188.97 85.95 -
System Red Green Blue C M Y K H S L
Decimal 56 124 223 0.75 0.44 0 0.13 215.57 0.72 0.55
Hex 38 7C DF 4B 2C 0 D D8 48 37
Octal 70 174 337 113 54 0 15 330 110 67
Binary 111000 1111100 11011111 1001011 101100 0 1101 11011000 1001000 110111

Color Harmonies of #387CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CDF

Black with #387CDF

Text Example


Text Example

White with #387CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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