Html Css Color HEX #387CDA Royal Blue

📋 copy color: '#387CDA'

red 56 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #387CDA

Tints of Royal Blue #387CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

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

R = 14.07%
G = 31.16%
B = 54.77%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#387CDA (or 0x387CDA) is known color: Royal Blue. HEX triplet: 38, 7C and DA. RGB value is (56,124,218). Sum of RGB (Red+Green+Blue) = 56+124+218=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #387CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CDA is #C78325. Grayscale: #717171. Windows color (decimal): -13075238 or 14318648. OLE color: 14318648.

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

Color convert

RGB 56 124 218 -
CMYK 0.74 0.43 0 0.15
HSL 214.81º 0.69% 0.54% -
HSV(B) 214.81º 0.74% 0.85% -
XYZ 21.49 20.32 69.12 -
YUV 114.38 186.47 86.36 -
System Red Green Blue C M Y K H S L
Decimal 56 124 218 0.74 0.43 0 0.15 214.81 0.69 0.54
Hex 38 7C DA 4A 2B 0 F D7 45 36
Octal 70 174 332 112 53 0 17 327 105 66
Binary 111000 1111100 11011010 1001010 101011 0 1111 11010111 1000101 110110

Color Harmonies of #387CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CDA

Black with #387CDA

Text Example


Text Example

White with #387CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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