Html Css Color HEX #387FE7 Royal Blue

📋 copy color: '#387FE7'

red 56 ◦ green 127 ◦ blue 231

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

Shades of Royal Blue #387FE7

Tints of Royal Blue #387FE7

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

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

R = 13.53%
G = 30.68%
B = 55.8%

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

#387FE7 (or 0x387FE7) is known color: Royal Blue. HEX triplet: 38, 7F and E7. RGB value is (56,127,231). Sum of RGB (Red+Green+Blue) = 56+127+231=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #387FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FE7 is #C78018. Grayscale: #757575. Windows color (decimal): -13074457 or 15171384. OLE color: 15171384.

HSL color Cylindrical-coordinate representation of color #387FE7: hue angle of 215.66º 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 #387FE7 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 127 231 -
CMYK 0.76 0.45 0 0.09
HSL 215.66º 0.78% 0.56% -
HSV(B) 215.66º 0.76% 0.91% -
XYZ 23.64 21.79 78.56 -
YUV 117.63 191.98 84.04 -
System Red Green Blue C M Y K H S L
Decimal 56 127 231 0.76 0.45 0 0.09 215.66 0.78 0.56
Hex 38 7F E7 4C 2D 0 9 D8 4E 38
Octal 70 177 347 114 55 0 11 330 116 70
Binary 111000 1111111 11100111 1001100 101101 0 1001 11011000 1001110 111000

Color Harmonies of #387FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FE7

Black with #387FE7

Text Example


Text Example

White with #387FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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