Html Css Color HEX #387FE0 Royal Blue

📋 copy color: '#387FE0'

red 56 ◦ green 127 ◦ blue 224

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

Shades of Royal Blue #387FE0

Tints of Royal Blue #387FE0

RGB

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

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

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

R = 13.76%
G = 31.2%
B = 55.04%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#387FE0 (or 0x387FE0) is known color: Royal Blue. HEX triplet: 38, 7F and E0. RGB value is (56,127,224). Sum of RGB (Red+Green+Blue) = 56+127+224=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #387FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FE0 is #C7801F. Grayscale: #747474. Windows color (decimal): -13074464 or 14712632. OLE color: 14712632.

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

Color convert

RGB 56 127 224 -
CMYK 0.75 0.43 0 0.12
HSL 214.64º 0.73% 0.55% -
HSV(B) 214.64º 0.75% 0.88% -
XYZ 22.67 21.4 73.46 -
YUV 116.83 188.48 84.61 -
System Red Green Blue C M Y K H S L
Decimal 56 127 224 0.75 0.43 0 0.12 214.64 0.73 0.55
Hex 38 7F E0 4B 2B 0 C D7 49 37
Octal 70 177 340 113 53 0 14 327 111 67
Binary 111000 1111111 11100000 1001011 101011 0 1100 11010111 1001001 110111

Color Harmonies of #387FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FE0

Black with #387FE0

Text Example


Text Example

White with #387FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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