Html Css Color HEX #387BE0 Royal Blue

📋 copy color: '#387BE0'

red 56 ◦ green 123 ◦ blue 224

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

Shades of Royal Blue #387BE0

Tints of Royal Blue #387BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 13.9%
G = 30.52%
B = 55.58%

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

#387BE0 (or 0x387BE0) is known color: Royal Blue. HEX triplet: 38, 7B and E0. RGB value is (56,123,224). Sum of RGB (Red+Green+Blue) = 56+123+224=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #387BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BE0 is #C7841F. Grayscale: #727272. Windows color (decimal): -13075488 or 14711608. OLE color: 14711608.

HSL color Cylindrical-coordinate representation of color #387BE0: hue angle of 216.07º 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 #387BE0 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 123 224 -
CMYK 0.75 0.45 0 0.12
HSL 216.07º 0.73% 0.55% -
HSV(B) 216.07º 0.75% 0.88% -
XYZ 22.17 20.39 73.29 -
YUV 114.48 189.8 86.29 -
System Red Green Blue C M Y K H S L
Decimal 56 123 224 0.75 0.45 0 0.12 216.07 0.73 0.55
Hex 38 7B E0 4B 2D 0 C D8 49 37
Octal 70 173 340 113 55 0 14 330 111 67
Binary 111000 1111011 11100000 1001011 101101 0 1100 11011000 1001001 110111

Color Harmonies of #387BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BE0

Black with #387BE0

Text Example


Text Example

White with #387BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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