Html Css Color HEX #387EE0 Royal Blue

📋 copy color: '#387EE0'

red 56 ◦ green 126 ◦ blue 224

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

Shades of Royal Blue #387EE0

Tints of Royal Blue #387EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 13.79%
G = 31.03%
B = 55.17%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#387EE0 (or 0x387EE0) is known color: Royal Blue. HEX triplet: 38, 7E and E0. RGB value is (56,126,224). Sum of RGB (Red+Green+Blue) = 56+126+224=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #387EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EE0 is #C7811F. Grayscale: #737373. Windows color (decimal): -13074720 or 14712376. OLE color: 14712376.

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

Color convert

RGB 56 126 224 -
CMYK 0.75 0.44 0 0.12
HSL 215º 0.73% 0.55% -
HSV(B) 215º 0.75% 0.88% -
XYZ 22.55 21.14 73.41 -
YUV 116.24 188.81 85.03 -
System Red Green Blue C M Y K H S L
Decimal 56 126 224 0.75 0.44 0 0.12 215 0.73 0.55
Hex 38 7E E0 4B 2C 0 C D7 49 37
Octal 70 176 340 113 54 0 14 327 111 67
Binary 111000 1111110 11100000 1001011 101100 0 1100 11010111 1001001 110111

Color Harmonies of #387EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EE0

Black with #387EE0

Text Example


Text Example

White with #387EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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