Html Css Color HEX #387FDB Royal Blue

📋 copy color: '#387FDB'

red 56 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #387FDB

Tints of Royal Blue #387FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 13.93%
G = 31.59%
B = 54.48%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#387FDB (or 0x387FDB) is known color: Royal Blue. HEX triplet: 38, 7F and DB. RGB value is (56,127,219). Sum of RGB (Red+Green+Blue) = 56+127+219=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #387FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FDB is #C78024. Grayscale: #737373. Windows color (decimal): -13074469 or 14384952. OLE color: 14384952.

HSL color Cylindrical-coordinate representation of color #387FDB: hue angle of 213.87º 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 #387FDB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 127 219 -
CMYK 0.74 0.42 0 0.14
HSL 213.87º 0.69% 0.54% -
HSV(B) 213.87º 0.74% 0.86% -
XYZ 22.01 21.13 69.94 -
YUV 116.26 185.98 85.02 -
System Red Green Blue C M Y K H S L
Decimal 56 127 219 0.74 0.42 0 0.14 213.87 0.69 0.54
Hex 38 7F DB 4A 2A 0 E D6 45 36
Octal 70 177 333 112 52 0 16 326 105 66
Binary 111000 1111111 11011011 1001010 101010 0 1110 11010110 1000101 110110

Color Harmonies of #387FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FDB

Black with #387FDB

Text Example


Text Example

White with #387FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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