Html Css Color HEX #386FD8 Royal Blue

📋 copy color: '#386FD8'

red 56 ◦ green 111 ◦ blue 216

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

Shades of Royal Blue #386FD8

Tints of Royal Blue #386FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.4%

R = 14.62%
G = 28.98%
B = 56.4%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#386FD8 (or 0x386FD8) is known color: Royal Blue. HEX triplet: 38, 6F and D8. RGB value is (56,111,216). Sum of RGB (Red+Green+Blue) = 56+111+216=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #386FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FD8 is #C79027. Grayscale: #6A6A6A. Windows color (decimal): -13078568 or 14184248. OLE color: 14184248.

HSL color Cylindrical-coordinate representation of color #386FD8: hue angle of 219.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386FD8 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 111 216 -
CMYK 0.74 0.49 0 0.15
HSL 219.38º 0.67% 0.53% -
HSV(B) 219.38º 0.74% 0.85% -
XYZ 19.71 17.17 67.24 -
YUV 106.53 189.78 91.96 -
System Red Green Blue C M Y K H S L
Decimal 56 111 216 0.74 0.49 0 0.15 219.38 0.67 0.53
Hex 38 6F D8 4A 31 0 F DB 43 35
Octal 70 157 330 112 61 0 17 333 103 65
Binary 111000 1101111 11011000 1001010 110001 0 1111 11011011 1000011 110101

Color Harmonies of #386FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FD8

Black with #386FD8

Text Example


Text Example

White with #386FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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