Html Css Color HEX #387ADD Royal Blue

📋 copy color: '#387ADD'

red 56 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #387ADD

Tints of Royal Blue #387ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 14.04%
G = 30.58%
B = 55.39%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#387ADD (or 0x387ADD) is known color: Royal Blue. HEX triplet: 38, 7A and DD. RGB value is (56,122,221). Sum of RGB (Red+Green+Blue) = 56+122+221=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #387ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387ADD is #C78522. Grayscale: #717171. Windows color (decimal): -13075747 or 14514744. OLE color: 14514744.

HSL color Cylindrical-coordinate representation of color #387ADD: hue angle of 216º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387ADD is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 122 221 -
CMYK 0.75 0.45 0 0.13
HSL 216º 0.71% 0.54% -
HSV(B) 216º 0.75% 0.87% -
XYZ 21.64 19.98 71.12 -
YUV 113.55 188.63 86.95 -
System Red Green Blue C M Y K H S L
Decimal 56 122 221 0.75 0.45 0 0.13 216 0.71 0.54
Hex 38 7A DD 4B 2D 0 D D8 47 36
Octal 70 172 335 113 55 0 15 330 107 66
Binary 111000 1111010 11011101 1001011 101101 0 1101 11011000 1000111 110110

Color Harmonies of #387ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387ADD

Black with #387ADD

Text Example


Text Example

White with #387ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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