Html Css Color HEX #387EE7 Royal Blue

📋 copy color: '#387EE7'

red 56 ◦ green 126 ◦ blue 231

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

Shades of Royal Blue #387EE7

Tints of Royal Blue #387EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.93%

R = 13.56%
G = 30.51%
B = 55.93%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#387EE7 (or 0x387EE7) is known color: Royal Blue. HEX triplet: 38, 7E and E7. RGB value is (56,126,231). Sum of RGB (Red+Green+Blue) = 56+126+231=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #387EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387EE7 is #C78118. Grayscale: #747474. Windows color (decimal): -13074713 or 15171128. OLE color: 15171128.

HSL color Cylindrical-coordinate representation of color #387EE7: hue angle of 216º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387EE7 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 126 231 -
CMYK 0.76 0.45 0 0.09
HSL 216º 0.78% 0.56% -
HSV(B) 216º 0.76% 0.91% -
XYZ 23.52 21.53 78.52 -
YUV 117.04 192.31 84.46 -
System Red Green Blue C M Y K H S L
Decimal 56 126 231 0.76 0.45 0 0.09 216 0.78 0.56
Hex 38 7E E7 4C 2D 0 9 D8 4E 38
Octal 70 176 347 114 55 0 11 330 116 70
Binary 111000 1111110 11100111 1001100 101101 0 1001 11011000 1001110 111000

Color Harmonies of #387EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EE7

Black with #387EE7

Text Example


Text Example

White with #387EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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