Html Css Color HEX #387AD7 Royal Blue

📋 copy color: '#387AD7'

red 56 ◦ green 122 ◦ blue 215

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

Shades of Royal Blue #387AD7

Tints of Royal Blue #387AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 215 (84.38% from 255) = 54.71%

R = 14.25%
G = 31.04%
B = 54.71%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#387AD7 (or 0x387AD7) is known color: Royal Blue. HEX triplet: 38, 7A and D7. RGB value is (56,122,215). Sum of RGB (Red+Green+Blue) = 56+122+215=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #387AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AD7 is #C78528. Grayscale: #707070. Windows color (decimal): -13075753 or 14121528. OLE color: 14121528.

HSL color Cylindrical-coordinate representation of color #387AD7: hue angle of 215.09º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387AD7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 122 215 -
CMYK 0.74 0.43 0 0.16
HSL 215.09º 0.67% 0.53% -
HSV(B) 215.09º 0.74% 0.84% -
XYZ 20.86 19.67 66.99 -
YUV 112.87 185.63 87.44 -
System Red Green Blue C M Y K H S L
Decimal 56 122 215 0.74 0.43 0 0.16 215.09 0.67 0.53
Hex 38 7A D7 4A 2B 0 10 D7 43 35
Octal 70 172 327 112 53 0 20 327 103 65
Binary 111000 1111010 11010111 1001010 101011 0 10000 11010111 1000011 110101

Color Harmonies of #387AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AD7

Black with #387AD7

Text Example


Text Example

White with #387AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,215); }

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

background-color css

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

 a { background-color: rgb(56,122,215); }

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

border-color css

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

 span { border-color: rgb(56,122,215); }

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