Html Css Color HEX #387ED5 Royal Blue

📋 copy color: '#387ED5'

red 56 ◦ green 126 ◦ blue 213

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

Shades of Royal Blue #387ED5

Tints of Royal Blue #387ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.92%

R = 14.18%
G = 31.9%
B = 53.92%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#387ED5 (or 0x387ED5) is known color: Royal Blue. HEX triplet: 38, 7E and D5. RGB value is (56,126,213). Sum of RGB (Red+Green+Blue) = 56+126+213=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #387ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ED5 is #C7812A. Grayscale: #727272. Windows color (decimal): -13074731 or 13991480. OLE color: 13991480.

HSL color Cylindrical-coordinate representation of color #387ED5: hue angle of 213.25º degrees, saturation: 0.65, 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 #387ED5 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 126 213 -
CMYK 0.74 0.41 0 0.16
HSL 213.25º 0.65% 0.53% -
HSV(B) 213.25º 0.74% 0.84% -
XYZ 21.1 20.57 65.81 -
YUV 114.99 183.31 85.93 -
System Red Green Blue C M Y K H S L
Decimal 56 126 213 0.74 0.41 0 0.16 213.25 0.65 0.53
Hex 38 7E D5 4A 29 0 10 D5 41 35
Octal 70 176 325 112 51 0 20 325 101 65
Binary 111000 1111110 11010101 1001010 101001 0 10000 11010101 1000001 110101

Color Harmonies of #387ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ED5

Black with #387ED5

Text Example


Text Example

White with #387ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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