Html Css Color HEX #387CDB Royal Blue

📋 copy color: '#387CDB'

red 56 ◦ green 124 ◦ blue 219

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

Shades of Royal Blue #387CDB

Tints of Royal Blue #387CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 14.04%
G = 31.08%
B = 54.89%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#387CDB (or 0x387CDB) is known color: Royal Blue. HEX triplet: 38, 7C and DB. RGB value is (56,124,219). Sum of RGB (Red+Green+Blue) = 56+124+219=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #387CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CDB is #C78324. Grayscale: #727272. Windows color (decimal): -13075237 or 14384184. OLE color: 14384184.

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

Color convert

RGB 56 124 219 -
CMYK 0.74 0.43 0 0.14
HSL 214.97º 0.69% 0.54% -
HSV(B) 214.97º 0.74% 0.86% -
XYZ 21.62 20.37 69.81 -
YUV 114.5 186.97 86.28 -
System Red Green Blue C M Y K H S L
Decimal 56 124 219 0.74 0.43 0 0.14 214.97 0.69 0.54
Hex 38 7C DB 4A 2B 0 E D7 45 36
Octal 70 174 333 112 53 0 16 327 105 66
Binary 111000 1111100 11011011 1001010 101011 0 1110 11010111 1000101 110110

Color Harmonies of #387CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CDB

Black with #387CDB

Text Example


Text Example

White with #387CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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