Html Css Color HEX #386BDF Royal Blue

📋 copy color: '#386BDF'

red 56 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #386BDF

Tints of Royal Blue #386BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 14.51%
G = 27.72%
B = 57.77%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#386BDF (or 0x386BDF) is known color: Royal Blue. HEX triplet: 38, 6B and DF. RGB value is (56,107,223). Sum of RGB (Red+Green+Blue) = 56+107+223=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #386BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BDF is #C79420. Grayscale: #686868. Windows color (decimal): -13079585 or 14641976. OLE color: 14641976.

HSL color Cylindrical-coordinate representation of color #386BDF: hue angle of 221.68º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386BDF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 107 223 -
CMYK 0.75 0.52 0 0.13
HSL 221.68º 0.72% 0.55% -
HSV(B) 221.68º 0.75% 0.87% -
XYZ 20.21 16.68 71.97 -
YUV 104.98 194.6 93.07 -
System Red Green Blue C M Y K H S L
Decimal 56 107 223 0.75 0.52 0 0.13 221.68 0.72 0.55
Hex 38 6B DF 4B 34 0 D DE 48 37
Octal 70 153 337 113 64 0 15 336 110 67
Binary 111000 1101011 11011111 1001011 110100 0 1101 11011110 1001000 110111

Color Harmonies of #386BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BDF

Black with #386BDF

Text Example


Text Example

White with #386BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,223); }

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

background-color css

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

 a { background-color: rgb(56,107,223); }

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

border-color css

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

 span { border-color: rgb(56,107,223); }

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