Html Css Color HEX #387FE5 Royal Blue

📋 copy color: '#387FE5'

red 56 ◦ green 127 ◦ blue 229

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

Shades of Royal Blue #387FE5

Tints of Royal Blue #387FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.58%

R = 13.59%
G = 30.83%
B = 55.58%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#387FE5 (or 0x387FE5) is known color: Royal Blue. HEX triplet: 38, 7F and E5. RGB value is (56,127,229). Sum of RGB (Red+Green+Blue) = 56+127+229=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #387FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FE5 is #C7801A. Grayscale: #747474. Windows color (decimal): -13074459 or 15040312. OLE color: 15040312.

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

Color convert

RGB 56 127 229 -
CMYK 0.76 0.45 0 0.10
HSL 215.38º 0.77% 0.56% -
HSV(B) 215.38º 0.76% 0.9% -
XYZ 23.36 21.68 77.08 -
YUV 117.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 56 127 229 0.76 0.45 0 0.10 215.38 0.77 0.56
Hex 38 7F E5 4C 2D 0 A D7 4D 38
Octal 70 177 345 114 55 0 12 327 115 70
Binary 111000 1111111 11100101 1001100 101101 0 1010 11010111 1001101 111000

Color Harmonies of #387FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FE5

Black with #387FE5

Text Example


Text Example

White with #387FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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