Html Css Color HEX #387CE0 Royal Blue

📋 copy color: '#387CE0'

red 56 ◦ green 124 ◦ blue 224

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

Shades of Royal Blue #387CE0

Tints of Royal Blue #387CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 13.86%
G = 30.69%
B = 55.45%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#387CE0 (or 0x387CE0) is known color: Royal Blue. HEX triplet: 38, 7C and E0. RGB value is (56,124,224). Sum of RGB (Red+Green+Blue) = 56+124+224=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #387CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CE0 is #C7831F. Grayscale: #727272. Windows color (decimal): -13075232 or 14711864. OLE color: 14711864.

HSL color Cylindrical-coordinate representation of color #387CE0: hue angle of 215.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387CE0 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 124 224 -
CMYK 0.75 0.45 0 0.12
HSL 215.71º 0.73% 0.55% -
HSV(B) 215.71º 0.75% 0.88% -
XYZ 22.29 20.64 73.33 -
YUV 115.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 56 124 224 0.75 0.45 0 0.12 215.71 0.73 0.55
Hex 38 7C E0 4B 2D 0 C D8 49 37
Octal 70 174 340 113 55 0 14 330 111 67
Binary 111000 1111100 11100000 1001011 101101 0 1100 11011000 1001001 110111

Color Harmonies of #387CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CE0

Black with #387CE0

Text Example


Text Example

White with #387CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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