Html Css Color HEX #387BD7 Royal Blue

📋 copy color: '#387BD7'

red 56 ◦ green 123 ◦ blue 215

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

Shades of Royal Blue #387BD7

Tints of Royal Blue #387BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.57%

R = 14.21%
G = 31.22%
B = 54.57%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#387BD7 (or 0x387BD7) is known color: Royal Blue. HEX triplet: 38, 7B and D7. RGB value is (56,123,215). Sum of RGB (Red+Green+Blue) = 56+123+215=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #387BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BD7 is #C78428. Grayscale: #717171. Windows color (decimal): -13075497 or 14121784. OLE color: 14121784.

HSL color Cylindrical-coordinate representation of color #387BD7: hue angle of 214.72º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387BD7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 123 215 -
CMYK 0.74 0.43 0 0.16
HSL 214.72º 0.67% 0.53% -
HSV(B) 214.72º 0.74% 0.84% -
XYZ 20.98 19.91 67.03 -
YUV 113.46 185.3 87.02 -
System Red Green Blue C M Y K H S L
Decimal 56 123 215 0.74 0.43 0 0.16 214.72 0.67 0.53
Hex 38 7B D7 4A 2B 0 10 D7 43 35
Octal 70 173 327 112 53 0 20 327 103 65
Binary 111000 1111011 11010111 1001010 101011 0 10000 11010111 1000011 110101

Color Harmonies of #387BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BD7

Black with #387BD7

Text Example


Text Example

White with #387BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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