Html Css Color HEX #387EDF Royal Blue

📋 copy color: '#387EDF'

red 56 ◦ green 126 ◦ blue 223

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

Shades of Royal Blue #387EDF

Tints of Royal Blue #387EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.11%

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

R = 13.83%
G = 31.11%
B = 55.06%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#387EDF (or 0x387EDF) is known color: Royal Blue. HEX triplet: 38, 7E and DF. RGB value is (56,126,223). Sum of RGB (Red+Green+Blue) = 56+126+223=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #387EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EDF is #C78120. Grayscale: #737373. Windows color (decimal): -13074721 or 14646840. OLE color: 14646840.

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

Color convert

RGB 56 126 223 -
CMYK 0.75 0.43 0 0.13
HSL 214.85º 0.72% 0.55% -
HSV(B) 214.85º 0.75% 0.87% -
XYZ 22.41 21.09 72.7 -
YUV 116.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 56 126 223 0.75 0.43 0 0.13 214.85 0.72 0.55
Hex 38 7E DF 4B 2B 0 D D7 48 37
Octal 70 176 337 113 53 0 15 327 110 67
Binary 111000 1111110 11011111 1001011 101011 0 1101 11010111 1001000 110111

Color Harmonies of #387EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EDF

Black with #387EDF

Text Example


Text Example

White with #387EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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