Html Css Color HEX #386FD5 Royal Blue

📋 copy color: '#386FD5'

red 56 ◦ green 111 ◦ blue 213

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

Shades of Royal Blue #386FD5

Tints of Royal Blue #386FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 14.74%
G = 29.21%
B = 56.05%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#386FD5 (or 0x386FD5) is known color: Royal Blue. HEX triplet: 38, 6F and D5. RGB value is (56,111,213). Sum of RGB (Red+Green+Blue) = 56+111+213=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #386FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FD5 is #C7902A. Grayscale: #696969. Windows color (decimal): -13078571 or 13987640. OLE color: 13987640.

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

Color convert

RGB 56 111 213 -
CMYK 0.74 0.48 0 0.16
HSL 218.98º 0.65% 0.53% -
HSV(B) 218.98º 0.74% 0.84% -
XYZ 19.33 17.01 65.22 -
YUV 106.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 56 111 213 0.74 0.48 0 0.16 218.98 0.65 0.53
Hex 38 6F D5 4A 30 0 10 DB 41 35
Octal 70 157 325 112 60 0 20 333 101 65
Binary 111000 1101111 11010101 1001010 110000 0 10000 11011011 1000001 110101

Color Harmonies of #386FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FD5

Black with #386FD5

Text Example


Text Example

White with #386FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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