Html Css Color HEX #386EDF Royal Blue

📋 copy color: '#386EDF'

red 56 ◦ green 110 ◦ blue 223

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

Shades of Royal Blue #386EDF

Tints of Royal Blue #386EDF

RGB

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

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

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

R = 14.4%
G = 28.28%
B = 57.33%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#386EDF (or 0x386EDF) is known color: Royal Blue. HEX triplet: 38, 6E and DF. RGB value is (56,110,223). Sum of RGB (Red+Green+Blue) = 56+110+223=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #386EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EDF is #C79120. Grayscale: #6A6A6A. Windows color (decimal): -13078817 or 14642744. OLE color: 14642744.

HSL color Cylindrical-coordinate representation of color #386EDF: hue angle of 220.6º 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 #386EDF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 110 223 -
CMYK 0.75 0.51 0 0.13
HSL 220.6º 0.72% 0.55% -
HSV(B) 220.6º 0.75% 0.87% -
XYZ 20.53 17.32 72.07 -
YUV 106.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 56 110 223 0.75 0.51 0 0.13 220.6 0.72 0.55
Hex 38 6E DF 4B 33 0 D DD 48 37
Octal 70 156 337 113 63 0 15 335 110 67
Binary 111000 1101110 11011111 1001011 110011 0 1101 11011101 1001000 110111

Color Harmonies of #386EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EDF

Black with #386EDF

Text Example


Text Example

White with #386EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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