Html Css Color HEX #387ADA Royal Blue

📋 copy color: '#387ADA'

red 56 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #387ADA

Tints of Royal Blue #387ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 14.14%
G = 30.81%
B = 55.05%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#387ADA (or 0x387ADA) is known color: Royal Blue. HEX triplet: 38, 7A and DA. RGB value is (56,122,218). Sum of RGB (Red+Green+Blue) = 56+122+218=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #387ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ADA is #C78525. Grayscale: #707070. Windows color (decimal): -13075750 or 14318136. OLE color: 14318136.

HSL color Cylindrical-coordinate representation of color #387ADA: hue angle of 215.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387ADA is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 122 218 -
CMYK 0.74 0.44 0 0.15
HSL 215.56º 0.69% 0.54% -
HSV(B) 215.56º 0.74% 0.85% -
XYZ 21.25 19.82 69.04 -
YUV 113.21 187.13 87.19 -
System Red Green Blue C M Y K H S L
Decimal 56 122 218 0.74 0.44 0 0.15 215.56 0.69 0.54
Hex 38 7A DA 4A 2C 0 F D8 45 36
Octal 70 172 332 112 54 0 17 330 105 66
Binary 111000 1111010 11011010 1001010 101100 0 1111 11011000 1000101 110110

Color Harmonies of #387ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ADA

Black with #387ADA

Text Example


Text Example

White with #387ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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