Html Css Color HEX #387DDF Royal Blue

📋 copy color: '#387DDF'

red 56 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #387DDF

Tints of Royal Blue #387DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 13.86%
G = 30.94%
B = 55.2%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#387DDF (or 0x387DDF) is known color: Royal Blue. HEX triplet: 38, 7D and DF. RGB value is (56,125,223). Sum of RGB (Red+Green+Blue) = 56+125+223=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #387DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DDF is #C78220. Grayscale: #737373. Windows color (decimal): -13074977 or 14646584. OLE color: 14646584.

HSL color Cylindrical-coordinate representation of color #387DDF: hue angle of 215.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387DDF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 125 223 -
CMYK 0.75 0.44 0 0.13
HSL 215.21º 0.72% 0.55% -
HSV(B) 215.21º 0.75% 0.87% -
XYZ 22.28 20.84 72.66 -
YUV 115.54 188.64 85.53 -
System Red Green Blue C M Y K H S L
Decimal 56 125 223 0.75 0.44 0 0.13 215.21 0.72 0.55
Hex 38 7D DF 4B 2C 0 D D7 48 37
Octal 70 175 337 113 54 0 15 327 110 67
Binary 111000 1111101 11011111 1001011 101100 0 1101 11010111 1001000 110111

Color Harmonies of #387DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DDF

Black with #387DDF

Text Example


Text Example

White with #387DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,125,223); }

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

background-color css

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

 a { background-color: rgb(56,125,223); }

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

border-color css

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

 span { border-color: rgb(56,125,223); }

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