Html Css Color HEX #387FE1 Royal Blue

📋 copy color: '#387FE1'

red 56 ◦ green 127 ◦ blue 225

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

Shades of Royal Blue #387FE1

Tints of Royal Blue #387FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 13.73%
G = 31.13%
B = 55.15%

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

#387FE1 (or 0x387FE1) is known color: Royal Blue. HEX triplet: 38, 7F and E1. RGB value is (56,127,225). Sum of RGB (Red+Green+Blue) = 56+127+225=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #387FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FE1 is #C7801E. Grayscale: #747474. Windows color (decimal): -13074463 or 14778168. OLE color: 14778168.

HSL color Cylindrical-coordinate representation of color #387FE1: hue angle of 214.79º degrees, saturation: 0.74, 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 #387FE1 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 127 225 -
CMYK 0.75 0.44 0 0.12
HSL 214.79º 0.74% 0.55% -
HSV(B) 214.79º 0.75% 0.88% -
XYZ 22.81 21.46 74.17 -
YUV 116.94 188.98 84.53 -
System Red Green Blue C M Y K H S L
Decimal 56 127 225 0.75 0.44 0 0.12 214.79 0.74 0.55
Hex 38 7F E1 4B 2C 0 C D7 4A 37
Octal 70 177 341 113 54 0 14 327 112 67
Binary 111000 1111111 11100001 1001011 101100 0 1100 11010111 1001010 110111

Color Harmonies of #387FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FE1

Black with #387FE1

Text Example


Text Example

White with #387FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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