Html Css Color HEX #387AD5 Royal Blue

📋 copy color: '#387AD5'

red 56 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #387AD5

Tints of Royal Blue #387AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.48%

R = 14.32%
G = 31.2%
B = 54.48%

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

#387AD5 (or 0x387AD5) is known color: Royal Blue. HEX triplet: 38, 7A and D5. RGB value is (56,122,213). Sum of RGB (Red+Green+Blue) = 56+122+213=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #387AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AD5 is #C7852A. Grayscale: #707070. Windows color (decimal): -13075755 or 13990456. OLE color: 13990456.

HSL color Cylindrical-coordinate representation of color #387AD5: hue angle of 214.78º degrees, saturation: 0.65, 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 #387AD5 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 122 213 -
CMYK 0.74 0.43 0 0.16
HSL 214.78º 0.65% 0.53% -
HSV(B) 214.78º 0.74% 0.84% -
XYZ 20.6 19.56 65.64 -
YUV 112.64 184.63 87.6 -
System Red Green Blue C M Y K H S L
Decimal 56 122 213 0.74 0.43 0 0.16 214.78 0.65 0.53
Hex 38 7A D5 4A 2B 0 10 D7 41 35
Octal 70 172 325 112 53 0 20 327 101 65
Binary 111000 1111010 11010101 1001010 101011 0 10000 11010111 1000001 110101

Color Harmonies of #387AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AD5

Black with #387AD5

Text Example


Text Example

White with #387AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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