Html Css Color HEX #386ED7 Royal Blue

📋 copy color: '#386ED7'

red 56 ◦ green 110 ◦ blue 215

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

Shades of Royal Blue #386ED7

Tints of Royal Blue #386ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

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

R = 14.7%
G = 28.87%
B = 56.43%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#386ED7 (or 0x386ED7) is known color: Royal Blue. HEX triplet: 38, 6E and D7. RGB value is (56,110,215). Sum of RGB (Red+Green+Blue) = 56+110+215=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #386ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ED7 is #C79128. Grayscale: #696969. Windows color (decimal): -13078825 or 14118456. OLE color: 14118456.

HSL color Cylindrical-coordinate representation of color #386ED7: hue angle of 219.62º 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 #386ED7 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 110 215 -
CMYK 0.74 0.49 0 0.16
HSL 219.62º 0.67% 0.53% -
HSV(B) 219.62º 0.74% 0.84% -
XYZ 19.47 16.9 66.53 -
YUV 105.82 189.61 92.46 -
System Red Green Blue C M Y K H S L
Decimal 56 110 215 0.74 0.49 0 0.16 219.62 0.67 0.53
Hex 38 6E D7 4A 31 0 10 DC 43 35
Octal 70 156 327 112 61 0 20 334 103 65
Binary 111000 1101110 11010111 1001010 110001 0 10000 11011100 1000011 110101

Color Harmonies of #386ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386ED7

Black with #386ED7

Text Example


Text Example

White with #386ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386ED7; }

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

 H1.HeaderClassName
 {
   color: #386ED7;
 }
 .AnyTagClassName
 {
   color: #386ED7;
 }
</style>

background-color css

<style>
 a { background-color: #386ED7; }

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

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

border-color css

<style>
 span { border-color: #386ED7; }

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

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